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:45:44
Message-Id: 20110529004535.445CA20054@flycatcher.gentoo.org
1 nightmorph 11/05/29 00:45:35
2
3 Modified: openrc-migration.xml
4 Log:
5 local.start and local.stop changes, bug 363951, patch from swift
6
7 Revision Changes Path
8 1.31 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.31&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.31&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openrc-migration.xml?r1=1.30&r2=1.31
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.30
18 retrieving revision 1.31
19 diff -u -r1.30 -r1.31
20 --- openrc-migration.xml 29 May 2011 00:33:49 -0000 1.30
21 +++ openrc-migration.xml 29 May 2011 00:45:35 -0000 1.31
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.30 2011/05/29 00:33:49 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v 1.31 2011/05/29 00:45:35 nightmorph Exp $ -->
27
28 <guide>
29 <title>Baselayout and OpenRC Migration Guide</title>
30 @@ -27,7 +27,7 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>10</version>
35 +<version>11</version>
36 <date>2011-05-28</date>
37
38 <chapter>
39 @@ -427,6 +427,19 @@
40
41 </body>
42 </section>
43 +<section id="rc_local">
44 +<title>local.start and local.stop</title>
45 +<body>
46 +
47 +<p>
48 +With OpenRC, <path>/etc/conf.d/local.start</path> and <path>local.stop</path>
49 +are deprecated. During the migration to OpenRC, the files are moved to
50 +<path>/etc/local.d</path> and gain the suffix <path>.start</path> or
51 +<path>.stop</path>. OpenRC then executes those in alphabetic order.
52 +</p>
53 +
54 +</body>
55 +</section>
56 <section id="rc_sys">
57 <title>System sub-types: Virtualization special cases</title>
58 <body>