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: Tue, 20 Jul 2010 08:51:29
Message-Id: 20100720085126.2D9452CE3C@corvid.gentoo.org
1 nightmorph 10/07/20 08:51:26
2
3 Modified: openrc-migration.xml
4 Log:
5 add note on module variable priority, bug 269349
6
7 Revision Changes Path
8 1.18 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.18&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.18&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openrc-migration.xml?r1=1.17&r2=1.18
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.17
18 retrieving revision 1.18
19 diff -u -r1.17 -r1.18
20 --- openrc-migration.xml 30 Nov 2009 07:39:15 -0000 1.17
21 +++ openrc-migration.xml 20 Jul 2010 08:51:25 -0000 1.18
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.17 2009/11/30 07:39:15 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v 1.18 2010/07/20 08:51:25 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.11</version>
35 -<date>2009-11-29</date>
36 +<version>2</version>
37 +<date>2010-07-20</date>
38
39 <chapter>
40 <title>Background</title>
41 @@ -186,6 +186,11 @@
42 module_ieee1394_args="debug"
43 </pre>
44
45 +<impo>
46 +The <b>module*</b> variables are not cumulative. The more version-specific
47 +variables will override the more general variables.
48 +</impo>
49 +
50 <note>
51 Please note the difference between <b>module_</b> and <b>modules_</b>.
52 </note>