From e658f681e1d36a75b527d182ce28ee0781ed4492 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Thu, 14 Feb 2008 20:16:49 -0600 Subject: rc.shutdown: Fix hwclock double calls Commit 9673449ac0af77751eab62423114f27e7dbc497c added --directisa configuration to rc.shutdown, but didn't remove the old hwclock calls and instead just added a second call. Remove the original calls. Signed-off-by: Dan McGee --- rc.shutdown | 2 -- 1 file changed, 2 deletions(-) (limited to 'rc.shutdown') diff --git a/rc.shutdown b/rc.shutdown index db8c862..c414535 100755 --- a/rc.shutdown +++ b/rc.shutdown @@ -62,10 +62,8 @@ fi HWCLOCK_PARAMS="--systohc" if [ "$HARDWARECLOCK" = "UTC" ]; then - /sbin/hwclock --directisa --utc --systohc HWCLOCK_PARAMS="$HWCLOCK_PARAMS --utc" else - /sbin/hwclock --directisa --localtime --systohc HWCLOCK_PARAMS="$HWCLOCK_PARAMS --localtime" fi if [ "$USEDIRECTISA" != "no" ]; then -- cgit v1.2.3