aboutsummaryrefslogtreecommitdiff
path: root/rc.sysinit
diff options
context:
space:
mode:
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