aboutsummaryrefslogtreecommitdiff
path: root/rc.sysinit
diff options
context:
space:
mode:
authorKurt J. Bosch <kjb-temp-2009@alpenjodel.de>2011-06-23 19:52:03 +0200
committerKurt J. Bosch <kjb-temp-2009@alpenjodel.de>2011-06-24 13:52:58 +0200
commit31e27d48c25495857d052964b59ba387cb809bba (patch)
tree29c8af1a91fd6e0d29772bb1297c7a510455bd37 /rc.sysinit
parent38c40cb7616a785eaaf78d8643b5d73d01af5ac7 (diff)
downloadinitscripts-31e27d48c25495857d052964b59ba387cb809bba.tar.xz
Fix hwclock comments
Diffstat (limited to 'rc.sysinit')
-rwxr-xr-xrc.sysinit3
1 files changed, 1 insertions, 2 deletions
diff --git a/rc.sysinit b/rc.sysinit
index 7bcd0a5..e4c1c36 100755
--- a/rc.sysinit
+++ b/rc.sysinit
@@ -70,8 +70,7 @@ if [[ $HWCLOCK_PARAMS ]]; then
# 3. This will set the clock, if using non-UTC, off the last known
# configured timezone. Any new timezone put in rc.conf is copied over at
# a later time.
- # This does *NOT* take into account a time adjustment file as /var may not be
- # mounted yet. A second set may occur in rc.d/hwclock to match rc.conf.
+ # This also sets the kernel time zone.
if [[ -f /etc/localtime ]]; then
hwclock $HWCLOCK_PARAMS
fi