aboutsummaryrefslogtreecommitdiff
path: root/rc.shutdown
diff options
context:
space:
mode:
Diffstat (limited to 'rc.shutdown')
-rwxr-xr-xrc.shutdown3
1 files changed, 0 insertions, 3 deletions
diff --git a/rc.shutdown b/rc.shutdown
index 39f762e..b0d8195 100755
--- a/rc.shutdown
+++ b/rc.shutdown
@@ -80,9 +80,6 @@ elif [ "$HARDWARECLOCK" = "localtime" ]; then
else
HWCLOCK_PARAMS=""
fi
-if [ "$USEDIRECTISA" = "yes" -o "$USEDIRECTISA" = "YES" ]; then
- HWCLOCK_PARAMS="$HWCLOCK_PARAMS --directisa"
-fi
if [ "$HWCLOCK_PARAMS" != "" ]; then
/sbin/hwclock $HWCLOCK_PARAMS
fi