Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: openrc-migration.xml
Date: Thu, 12 Nov 2009 17:43:41
Message-Id: E1N8dhr-0003pc-O8@stork.gentoo.org
1 nightmorph 09/11/12 17:43:39
2
3 Modified: openrc-migration.xml
4 Log:
5 update openrc guide for the new swclock initscript. thanks to billie for the patch on bug 292886
6
7 Revision Changes Path
8 1.16 xml/htdocs/doc/en/openrc-migration.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.16&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.16&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?r1=1.15&r2=1.16
13
14 Index: openrc-migration.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v
17 retrieving revision 1.15
18 retrieving revision 1.16
19 diff -u -r1.15 -r1.16
20 --- openrc-migration.xml 17 Feb 2009 07:19:23 -0000 1.15
21 +++ openrc-migration.xml 12 Nov 2009 17:43:39 -0000 1.16
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v 1.15 2009/02/17 07:19:23 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v 1.16 2009/11/12 17:43:39 nightmorph Exp $ -->
27
28 <guide link="/doc/en/openrc-migration.xml">
29 <title>Baselayout and OpenRC Migration Guide</title>
30 @@ -24,8 +24,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>1.9</version>
35 -<date>2009-02-16</date>
36 +<version>1.10</version>
37 +<date>2009-11-12</date>
38
39 <chapter>
40 <title>Background</title>
41 @@ -53,6 +53,7 @@
42 is <c>sys-apps/sysvinit</c>, while Gentoo/FreeBSD uses the FreeBSD init provided
43 by <c>sys-freebsd/freebsd-sbin</c>.
44 </p>
45 +
46 </body>
47 </section>
48 <section>
49 @@ -319,8 +320,11 @@
50 Clock settings have been renamed from <path>/etc/conf.d/clock</path> to your
51 system's native tool for adjusting the clock. This means on Linux it will be
52 <path>/etc/conf.d/hwclock</path> and on FreeBSD it will be
53 -<path>/etc/conf.d/adjkerntz</path>. The initscript in <path>/etc/init.d/</path>
54 -has also been renamed accordingly, so make sure it's in the appropriate
55 +<path>/etc/conf.d/adjkerntz</path>. Systems without a working real time clock
56 +(RTC) chip should use <path>/etc/init.d/swclock</path>, which sets the system
57 +time based on the mtime of a file which is created at system shutdown. The
58 +initscripts in <path>/etc/init.d/</path> have also been renamed accordingly, so
59 +make sure the appropriate script for your system has been added to the boot
60 runlevel.
61 </p>