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: Sun, 29 May 2011 00:34:01
Message-Id: 20110529003349.532D520054@flycatcher.gentoo.org
1 nightmorph 11/05/29 00:33:49
2
3 Modified: openrc-migration.xml
4 Log:
5 net initscript migration, patch from swift, bug 366613
6
7 Revision Changes Path
8 1.30 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.30&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.30&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openrc-migration.xml?r1=1.29&r2=1.30
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.29
18 retrieving revision 1.30
19 diff -u -r1.29 -r1.30
20 --- openrc-migration.xml 14 Apr 2011 05:56:41 -0000 1.29
21 +++ openrc-migration.xml 29 May 2011 00:33:49 -0000 1.30
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.29 2011/04/14 05:56:41 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v 1.30 2011/05/29 00:33:49 nightmorph Exp $ -->
27
28 <guide>
29 <title>Baselayout and OpenRC Migration Guide</title>
30 @@ -27,8 +27,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>9</version>
35 -<date>2011-04-13</date>
36 +<version>10</version>
37 +<date>2011-05-28</date>
38
39 <chapter>
40 <title>Background</title>
41 @@ -288,12 +288,14 @@
42 <p>
43 Due to baselayout and OpenRC being broken into two different packages, your
44 net.eth0 initscript may disappear during the upgrade process. To replace this
45 -initscript please perform the following:
46 +initscript and re-add it to the default runlevel, please perform the
47 +following:
48 </p>
49
50 <pre caption="Adding back missing net.eth0 script">
51 # <i>cd /etc/init.d</i>
52 # <i>ln -s net.lo net.eth0</i>
53 +# <i>rc-update add net.edh0 default</i>
54 </pre>
55
56 <p>