nightmorph 09/11/12 17:43:39 Modified: openrc-migration.xml Log: update openrc guide for the new swclock initscript. thanks to billie for the patch on bug 292886
Revision Changes Path 1.16 xml/htdocs/doc/en/openrc-migration.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.16&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?r1=1.15&r2=1.16 Index: openrc-migration.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- openrc-migration.xml 17 Feb 2009 07:19:23 -0000 1.15 +++ openrc-migration.xml 12 Nov 2009 17:43:39 -0000 1.16 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v 1.15 2009/02/17 07:19:23 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v 1.16 2009/11/12 17:43:39 nightmorph Exp $ --> <guide link="/doc/en/openrc-migration.xml"> <title>Baselayout and OpenRC Migration Guide</title> @@ -24,8 +24,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.9</version> -<date>2009-02-16</date> +<version>1.10</version> +<date>2009-11-12</date> <chapter> <title>Background</title> @@ -53,6 +53,7 @@ is <c>sys-apps/sysvinit</c>, while Gentoo/FreeBSD uses the FreeBSD init provided by <c>sys-freebsd/freebsd-sbin</c>. </p> + </body> </section> <section> @@ -319,8 +320,11 @@ Clock settings have been renamed from <path>/etc/conf.d/clock</path> to your system's native tool for adjusting the clock. This means on Linux it will be <path>/etc/conf.d/hwclock</path> and on FreeBSD it will be -<path>/etc/conf.d/adjkerntz</path>. The initscript in <path>/etc/init.d/</path> -has also been renamed accordingly, so make sure it's in the appropriate +<path>/etc/conf.d/adjkerntz</path>. Systems without a working real time clock +(RTC) chip should use <path>/etc/init.d/swclock</path>, which sets the system +time based on the mtime of a file which is created at system shutdown. The +initscripts in <path>/etc/init.d/</path> have also been renamed accordingly, so +make sure the appropriate script for your system has been added to the boot runlevel. </p>
