Gentoo Archives: gentoo-doc-cvs

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: openrc-migration.xml
Date: Sun, 16 Jan 2011 23:04:28
Message-Id: 20110116224628.2B77420054@flycatcher.gentoo.org
1 robbat2 11/01/16 22:46:28
2
3 Modified: openrc-migration.xml
4 Log:
5 Explicitly suggest that the detection command get called if a user is uncertain what value their system should have for rc_sys.
6
7 Revision Changes Path
8 1.26 xml/htdocs/doc/en/openrc-migration.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.26&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.26&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openrc-migration.xml?r1=1.25&r2=1.26
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.25
18 retrieving revision 1.26
19 diff -p -w -b -B -u -u -r1.25 -r1.26
20 --- openrc-migration.xml 16 Jan 2011 22:41:17 -0000 1.25
21 +++ openrc-migration.xml 16 Jan 2011 22:46:28 -0000 1.26
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.25 2011/01/16 22:41:17 robbat2 Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v 1.26 2011/01/16 22:46:28 robbat2 Exp $ -->
27
28 <guide link="/doc/en/openrc-migration.xml">
29 <title>Baselayout and OpenRC Migration Guide</title>
30 @@ -27,7 +27,7 @@ OpenRC.
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>6</version>
35 +<version>7</version>
36 <date>2011-01-16</date>
37
38 <chapter>
39 @@ -477,6 +477,12 @@ string <b>""</b>. If the variable is uns
40 will attempt to use the old detection algorithm.
41 </impo>
42
43 +<note>
44 +If you do not know what value your system was using with the automatic
45 +detection, you should temporarily comment out the <b>rc_sys</b> variable and
46 +run the detection command, <c>rc -S</c>.
47 +</note>
48 +
49 <pre caption="Setting system sub-type to none in /etc/rc.conf">
50 rc_sys=""
51 </pre>