From 00081d09b7ab18b8672a299d61a1281819904890 Mon Sep 17 00:00:00 2001 From: Judd Vinet Date: Tue, 26 Sep 2006 06:34:35 +0000 Subject: Added --directisa switch to hwclock in rc.shutdown --- rc.shutdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rc.shutdown') diff --git a/rc.shutdown b/rc.shutdown index e4baa7f..5057466 100755 --- a/rc.shutdown +++ b/rc.shutdown @@ -51,9 +51,9 @@ stat_done stat_busy "Saving System Clock" if [ "$HARDWARECLOCK" = "UTC" ]; then - /sbin/hwclock --utc --systohc + /sbin/hwclock --directisa --utc --systohc else - /sbin/hwclock --localtime --systohc + /sbin/hwclock --directisa --localtime --systohc fi stat_done -- cgit v1.2.3