diff options
author | William Hubbs <williamh@gentoo.org> | 2012-02-17 14:23:54 -0600 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2012-02-17 14:53:37 -0600 |
commit | a21a2c3e32656cf2a153b3cd9f19eb7fae1f3c7a (patch) | |
tree | 6ab7b32ca7ac82ae0eb25f98502afcae4ca82b44 /conf.d/hwclock | |
parent | a5509d681997321e966e776b6a0e4630aa827595 (diff) |
hwclock: Clarify documentation
The clock_hctosys and clock_systohc settings really do not have anything
to do with running an ntp daemon, so remove that reference from the
documentation.
Reported-by: Milos Ivanovic <milosivanovic@orcon.net.nz>
X-Gentoo-Bug: 401433
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=401433
Diffstat (limited to 'conf.d/hwclock')
-rw-r--r-- | conf.d/hwclock | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/conf.d/hwclock b/conf.d/hwclock index a94cdb27..448c2d9f 100644 --- a/conf.d/hwclock +++ b/conf.d/hwclock @@ -4,18 +4,14 @@ # you should set it to "local". clock="UTC" -# If you want to set the Hardware Clock to the current System Time -# (software clock) during shutdown, then say "YES" here. -# You normally don't need to do this if you run a ntp daemon. -clock_systohc="NO" - # If you want to set the system time to the current hardware clock # during bootup, then say "YES" here. You do not need this if you are # running a modern kernel with CONFIG_RTC_HCTOSYS set to y. -# Also, be aware that if you set this to "NO", the system time will -# never be saved to the hardware clock unless you set -# clock_systohc="YES" above. -clock_hctosys="YES" +#clock_hctosys="YES" + +# If you want to set the hardware clock to the current system time +# (software clock) during shutdown, set this to yes. +#clock_systohc="NO" # If you wish to pass any other arguments to hwclock during bootup, # you may do so here. Alpha users may wish to use --arc or --srm here. |