aboutsummaryrefslogtreecommitdiff
path: root/rc.shutdown
diff options
context:
space:
mode:
authorJudd Vinet <judd@archlinux.org>2002-11-26 18:17:31 +0000
committerJudd Vinet <judd@archlinux.org>2002-11-26 18:17:31 +0000
commitc8cd508809408a0be9f1fbeb65775ab7fb083f3b (patch)
treec09ab6955f559236172bdc3e5a6afce214a98b6f /rc.shutdown
parent914b0b3b572a3d5d311682a88424d165589798f1 (diff)
downloadinitscripts-c8cd508809408a0be9f1fbeb65775ab7fb083f3b.tar.xz
Added utf hwclock support (from user patch)
Diffstat (limited to 'rc.shutdown')
-rwxr-xr-xrc.shutdown6
1 files changed, 5 insertions, 1 deletions
diff --git a/rc.shutdown b/rc.shutdown
index 4688a6b..a49c18e 100755
--- a/rc.shutdown
+++ b/rc.shutdown
@@ -44,7 +44,11 @@ stat_busy "Saving Random Seed"
stat_done
stat_busy "Saving System Clock"
-/sbin/hwclock --systohc
+if [ $HARDWARECLOCK = "UTC" ]; then
+ /sbin/hwclock --utc --systohc
+else
+ /sbin/hwclock --localtime --systohc
+fi
stat_done
# Write to wtmp file before unmounting