From 31e27d48c25495857d052964b59ba387cb809bba Mon Sep 17 00:00:00 2001 From: "Kurt J. Bosch" Date: Thu, 23 Jun 2011 19:52:03 +0200 Subject: Fix hwclock comments --- rc.sysinit | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'rc.sysinit') 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 -- cgit v1.2.3