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:03:48
Message-Id: 20110116224117.75BF020054@flycatcher.gentoo.org
1 robbat2 11/01/16 22:41:17
2
3 Modified: openrc-migration.xml
4 Log:
5 Improve rc_sys description per bug #351783.
6
7 Revision Changes Path
8 1.25 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.25&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.25&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openrc-migration.xml?r1=1.24&r2=1.25
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.24
18 retrieving revision 1.25
19 diff -p -w -b -B -u -u -r1.24 -r1.25
20 --- openrc-migration.xml 13 Jan 2011 04:28:00 -0000 1.24
21 +++ openrc-migration.xml 16 Jan 2011 22:41:17 -0000 1.25
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.24 2011/01/13 04:28:00 robbat2 Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v 1.25 2011/01/16 22:41:17 robbat2 Exp $ -->
27
28 <guide link="/doc/en/openrc-migration.xml">
29 <title>Baselayout and OpenRC Migration Guide</title>
30 @@ -27,8 +27,8 @@ OpenRC.
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>5</version>
35 -<date>2011-01-12</date>
36 +<version>6</version>
37 +<date>2011-01-16</date>
38
39 <chapter>
40 <title>Background</title>
41 @@ -465,7 +465,10 @@ functions.
42
43 <p>
44 However, as of the 0.7.0 release, you are required to explicitly configure the
45 -sub-type using the <b>rc_sys</b> variable in <path>/etc/rc.conf</path>.
46 +sub-type using the <b>rc_sys</b> variable in <path>/etc/rc.conf</path>. The
47 +sub-type should be set to match the virtualization environment that the given
48 +root is in. In general, the non-empty <b>rc_sys</b> value should be within the
49 +virtual containers; The host node will have <b>rc_sys=""</b>.
50 </p>
51
52 <impo>