diff options
-rw-r--r-- | rc.conf | 2 | ||||
-rwxr-xr-x | rc.sysinit | 3 |
2 files changed, 2 insertions, 3 deletions
@@ -9,7 +9,7 @@ # LOCALE: available languages can be listed with the 'locale -a' command # DAEMON_LOCALE: If set to 'yes', use $LOCALE as the locale during daemon # startup and during the boot process. If set to 'no', the C locale is used. -# HARDWARECLOCK: set to "UTC" or "localtime", any other value will result +# HARDWARECLOCK: set to "", "UTC" or "localtime", any other value will result # in the hardware clock being left untouched (useful for virtualization) # Note: Using "localtime" is discouraged. # TIMEZONE: timezones are found in /usr/share/zoneinfo @@ -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 |