<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openrc.git/conf.d/hwclock, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.vlhl.dev/navi/openrc/openrc.git/atom?h=master</id>
<link rel='self' href='https://git.vlhl.dev/navi/openrc/openrc.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc/openrc.git/'/>
<updated>2014-08-10T18:00:39+00:00</updated>
<entry>
<title>hwclock: fix comments about the usage of clock_hctosys</title>
<updated>2014-08-10T18:00:39+00:00</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2014-08-10T18:00:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc/openrc.git/commit/?id=faaaab4bf540b4df011abea5985963dbc9e1646a'/>
<id>urn:sha1:faaaab4bf540b4df011abea5985963dbc9e1646a</id>
<content type='text'>
The clock_hctosys variable should be set to YES if you are not using NTP to
synchronize your system time; it doesn't have anything to do with the
kernel configuration.
</content>
</entry>
<entry>
<title>conf.d/hwclock: typo fix</title>
<updated>2014-03-13T20:27:40+00:00</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2014-03-13T20:27:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc/openrc.git/commit/?id=7fb209a6fc3512d3437bbb175853f1f01393b74d'/>
<id>urn:sha1:7fb209a6fc3512d3437bbb175853f1f01393b74d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clarify the meaning of the clock_hctosys variable</title>
<updated>2012-03-02T17:00:25+00:00</updated>
<author>
<name>William Hubbs</name>
<email>williamh@gentoo.org</email>
</author>
<published>2012-02-29T15:37:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc/openrc.git/commit/?id=0fa164dff25969dd56a868446e0644396b2587dc'/>
<id>urn:sha1:0fa164dff25969dd56a868446e0644396b2587dc</id>
<content type='text'>
Reported-by: Ian Abbott &lt;ian@abbott.org&gt;
X-Gentoo-Bug: 405861
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=405861
</content>
</entry>
<entry>
<title>hwclock: set the hardware clock on shutdown</title>
<updated>2012-02-18T18:49:19+00:00</updated>
<author>
<name>William Hubbs</name>
<email>williamh@gentoo.org</email>
</author>
<published>2012-02-17T21:02:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc/openrc.git/commit/?id=04afaa3c03ac7400c06a6b5f17cee99cdd4bfaeb'/>
<id>urn:sha1:04afaa3c03ac7400c06a6b5f17cee99cdd4bfaeb</id>
<content type='text'>
Previously, the default on linux systems was to not set the hardware
clock to match the system clock during shutdown.
This changes that default to be consistent with *bsd and swclock.
</content>
</entry>
<entry>
<title>hwclock: Clarify documentation</title>
<updated>2012-02-17T20:53:37+00:00</updated>
<author>
<name>William Hubbs</name>
<email>williamh@gentoo.org</email>
</author>
<published>2012-02-17T20:23:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc/openrc.git/commit/?id=a21a2c3e32656cf2a153b3cd9f19eb7fae1f3c7a'/>
<id>urn:sha1:a21a2c3e32656cf2a153b3cd9f19eb7fae1f3c7a</id>
<content type='text'>
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 &lt;milosivanovic@orcon.net.nz&gt;
X-Gentoo-Bug: 401433
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=401433
</content>
</entry>
<entry>
<title>Whitespace</title>
<updated>2012-01-22T00:17:42+00:00</updated>
<author>
<name>Christian Ruppert</name>
<email>idl0r@gentoo.org</email>
</author>
<published>2012-01-22T00:17:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc/openrc.git/commit/?id=2990e5a2e3ec06180ebe63448239e1cdad7878dd'/>
<id>urn:sha1:2990e5a2e3ec06180ebe63448239e1cdad7878dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add option to disable setting the system clock on boot for linux systems</title>
<updated>2011-01-25T03:37:51+00:00</updated>
<author>
<name>William Hubbs</name>
<email>williamh@gentoo.org</email>
</author>
<published>2011-01-25T03:37:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc/openrc.git/commit/?id=fa1fefb2bc1be8fe81fedf1bb69d8a6b79b3518c'/>
<id>urn:sha1:fa1fefb2bc1be8fe81fedf1bb69d8a6b79b3518c</id>
<content type='text'>
This commit adds the clock_hctosys option which is used to skip setting
the system clock on boot and can be used with a modern linux kernel
which has the CONFIG_RTC_HCTOSYS option set to y.
I would like to thank Dimitris Mandalidis for the report and for the
patch to baselayout-1 on which my changes to openrc are based.

X-Gentoo-Bug: 248131
X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=248131
</content>
</entry>
<entry>
<title>Improve comments, Gentoo #282243.</title>
<updated>2009-10-11T07:15:10+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2009-10-11T07:15:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc/openrc.git/commit/?id=5e8e38b9cf58f45f22704b84287cf0fe7a3e7ad5'/>
<id>urn:sha1:5e8e38b9cf58f45f22704b84287cf0fe7a3e7ad5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rework our folder structure so that we don't have OS specific dirs, making it easier to share init and conf files per OS.</title>
<updated>2008-03-25T14:06:05+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2008-03-25T14:06:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc/openrc.git/commit/?id=55eb3794fb4ad563102d5ab30c1d5337a599b2e5'/>
<id>urn:sha1:55eb3794fb4ad563102d5ab30c1d5337a599b2e5</id>
<content type='text'>
</content>
</entry>
</feed>
