nightmorph 09/11/30 07:39:15 Modified: openrc-migration.xml Log: update various paths and runlevel names for bug 292261
Revision Changes Path 1.17 xml/htdocs/doc/en/openrc-migration.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.17&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?r1=1.16&r2=1.17 Index: openrc-migration.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- openrc-migration.xml 12 Nov 2009 17:43:39 -0000 1.16 +++ openrc-migration.xml 30 Nov 2009 07:39:15 -0000 1.17 @@ -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.16 2009/11/12 17:43:39 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v 1.17 2009/11/30 07:39:15 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.10</version> -<date>2009-11-12</date> +<version>1.11</version> +<date>2009-11-29</date> <chapter> <title>Background</title> @@ -238,8 +238,8 @@ the following to add initscripts to the <c>boot</c> runlevel: </p> -<pre caption="Adding raid and lvm to the boot runlevel"> -# <i>rc-update add raid boot</i> +<pre caption="Adding mdraid and lvm to the boot runlevel"> +# <i>rc-update add mdraid boot</i> # <i>rc-update add lvm boot</i> </pre> @@ -295,9 +295,10 @@ <p> Also, <path>/etc/conf.d/net</path> no longer uses bash-style arrays for -configuration. Please review <path>/usr/share/doc/openrc/net.example</path> for -configuration instructions. Conversion should be relatively straight-forward, -for example a static IP assignment would change as follows: +configuration. Please review +<path>/usr/share/doc/openrc-<version>/net.example</path> for configuration +instructions. Conversion should be relatively straight-forward, for example a +static IP assignment would change as follows: </p> <pre caption="Old /etc/conf.d/net style">
