Gentoo Archives: gentoo-commits

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/en: openrc-migration.xml
Date: Mon, 30 Nov 2009 07:39:19
Message-Id: E1NF0qp-0003QO-L2@stork.gentoo.org
1 nightmorph 09/11/30 07:39:15
2
3 Modified: openrc-migration.xml
4 Log:
5 update various paths and runlevel names for bug 292261
6
7 Revision Changes Path
8 1.17 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.17&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.17&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?r1=1.16&r2=1.17
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.16
18 retrieving revision 1.17
19 diff -u -r1.16 -r1.17
20 --- openrc-migration.xml 12 Nov 2009 17:43:39 -0000 1.16
21 +++ openrc-migration.xml 30 Nov 2009 07:39:15 -0000 1.17
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.16 2009/11/12 17:43:39 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v 1.17 2009/11/30 07:39:15 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.10</version>
35 -<date>2009-11-12</date>
36 +<version>1.11</version>
37 +<date>2009-11-29</date>
38
39 <chapter>
40 <title>Background</title>
41 @@ -238,8 +238,8 @@
42 the following to add initscripts to the <c>boot</c> runlevel:
43 </p>
44
45 -<pre caption="Adding raid and lvm to the boot runlevel">
46 -# <i>rc-update add raid boot</i>
47 +<pre caption="Adding mdraid and lvm to the boot runlevel">
48 +# <i>rc-update add mdraid boot</i>
49 # <i>rc-update add lvm boot</i>
50 </pre>
51
52 @@ -295,9 +295,10 @@
53
54 <p>
55 Also, <path>/etc/conf.d/net</path> no longer uses bash-style arrays for
56 -configuration. Please review <path>/usr/share/doc/openrc/net.example</path> for
57 -configuration instructions. Conversion should be relatively straight-forward,
58 -for example a static IP assignment would change as follows:
59 +configuration. Please review
60 +<path>/usr/share/doc/openrc-&lt;version&gt;/net.example</path> for configuration
61 +instructions. Conversion should be relatively straight-forward, for example a
62 +static IP assignment would change as follows:
63 </p>
64
65 <pre caption="Old /etc/conf.d/net style">