aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrc.shutdown2
1 files changed, 0 insertions, 2 deletions
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