commit: 7fb209a6fc3512d3437bbb175853f1f01393b74d Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com> AuthorDate: Thu Mar 13 20:27:40 2014 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Thu Mar 13 20:27:40 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=7fb209a6
conf.d/hwclock: typo fix --- conf.d/hwclock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.d/hwclock b/conf.d/hwclock index 59bb732..fc65ac2 100644 --- a/conf.d/hwclock +++ b/conf.d/hwclock @@ -7,7 +7,7 @@ clock="UTC" # If you want the hwclock script to set the system time (software clock) # to match the current hardware clock during bootup, leave this # commented out. -# However, you can set this to "NO" ifyou are running a modern kernel +# However, you can set this to "NO" if you are running a modern kernel # with CONFIG_RTC_HCTOSYS set to y and your hardware clock set to UTC. #clock_hctosys="YES"