mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-01 23:01:35 +01:00
14 lines
447 B
Diff
14 lines
447 B
Diff
Index: hwclock.in
|
|
===================================================================
|
|
--- a/init.d/hwclock.in (revision 1571)
|
|
+++ b/niit.d/hwclock.in (working copy)
|
|
@@ -118,7 +118,7 @@
|
|
|
|
if ! yesno $clock_adjfile; then
|
|
# Some implementations don't handle adjustments
|
|
- if LC_ALL=C hwclock --help | grep -q "\-\-noadjfile"; then
|
|
+ if LC_ALL=C hwclock --help 2>&1 | grep -q "\-\-noadjfile"; then
|
|
utc_cmd="$utc_cmd --noadjfile"
|
|
fi
|
|
fi
|