hwclock now sends help to stderr.

This commit is contained in:
Natanael Copa 2009-06-12 23:11:16 +01:00 committed by Roy Marples
parent fc6cdefedb
commit 79b24f5b79

View File

@ -118,7 +118,7 @@ stop()
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