From 89355a468670983476d29b415c12e097d5d79ca5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20B=C3=A4chler?= Date: Sun, 6 Apr 2008 23:20:37 +0200 Subject: Fix USEDIRECTISA in rc.shutdown as well --- rc.shutdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.shutdown') diff --git a/rc.shutdown b/rc.shutdown index 1ea8b17..a572eeb 100755 --- a/rc.shutdown +++ b/rc.shutdown @@ -66,7 +66,7 @@ if [ "$HARDWARECLOCK" = "UTC" ]; then else HWCLOCK_PARAMS="$HWCLOCK_PARAMS --localtime" fi -if [ "$USEDIRECTISA" != "no" ]; then +if [ "$USEDIRECTISA" = "yes" -o "$USEDIRECTISA" = "YES" ]; then HWCLOCK_PARAMS="$HWCLOCK_PARAMS --directisa" fi /sbin/hwclock $HWCLOCK_PARAMS -- cgit v1.2.3