nightmorph 10/07/20 08:51:26 Modified: openrc-migration.xml Log: add note on module variable priority, bug 269349
Revision Changes Path 1.18 xml/htdocs/doc/en/openrc-migration.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.18&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.18&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openrc-migration.xml?r1=1.17&r2=1.18 Index: openrc-migration.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- openrc-migration.xml 30 Nov 2009 07:39:15 -0000 1.17 +++ openrc-migration.xml 20 Jul 2010 08:51:25 -0000 1.18 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v 1.17 2009/11/30 07:39:15 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v 1.18 2010/07/20 08:51:25 nightmorph Exp $ --> <guide link="/doc/en/openrc-migration.xml"> <title>Baselayout and OpenRC Migration Guide</title> @@ -24,8 +24,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.11</version> -<date>2009-11-29</date> +<version>2</version> +<date>2010-07-20</date> <chapter> <title>Background</title> @@ -186,6 +186,11 @@ module_ieee1394_args="debug" </pre> +<impo> +The <b>module*</b> variables are not cumulative. The more version-specific +variables will override the more general variables. +</impo> + <note> Please note the difference between <b>module_</b> and <b>modules_</b>. </note>
