nightmorph    08/04/16 00:40:11

  Modified:             openrc-migration.xml
  Log:
  more updates via email

Revision  Changes    Path
1.10                 xml/htdocs/doc/en/openrc-migration.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?r1=1.9&r2=1.10

Index: openrc-migration.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- openrc-migration.xml        15 Apr 2008 17:38:23 -0000      1.9
+++ openrc-migration.xml        16 Apr 2008 00:40:11 -0000      1.10
@@ -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.9 
2008/04/15 17:38:23 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v 
1.10 2008/04/16 00:40:11 nightmorph Exp $ -->
 
 <guide link="/doc/en/openrc-migration.xml">
 <title>Baselayout and OpenRC Migration Guide</title>
@@ -24,7 +24,7 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.5</version>
+<version>1.6</version>
 <date>2008-04-15</date>
 
 <chapter>
@@ -261,10 +261,27 @@
 
 <p>
 If you are missing any other network initscripts, follow the instructions above
-to re-add them, simply replace <c>eth0</c> with the name of your network
+to re-add them. Simply replace <c>eth0</c> with the name of your network
 device.
 </p>
 
+<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:
+</p>
+
+<pre caption="Old /etc/conf.d/net style">
+config_eth0=( "192.168.1.37 netmask 255.255.255.0 brd 192.168.1.255" )
+routes_eth0=( "default via 192.168.1.100" )
+</pre> 
+
+<pre caption="New /etc/conf.d/net style">
+config_eth0="192.168.1.37 netmask 255.255.255.0 brd 192.168.1.255"
+routes_eth0="default via 192.168.1.100"
+</pre>
+
 </body>
 </section>
 <section>



-- 
[email protected] mailing list

Reply via email to