swift 13/12/17 11:48:58
Modified: hb-install-config.xml hb-net-functions.xml
hb-net-management.xml hb-net-modules.xml
Log:
Fix bug #491144 - Location of net.example.bz2 is not in netifrc
Revision Changes Path
1.126 xml/htdocs/doc/en/handbook/hb-install-config.xml
file :
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.126&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.126&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?r1=1.125&r2=1.126
Index: hb-install-config.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -r1.125 -r1.126
--- hb-install-config.xml 17 Dec 2013 10:01:35 -0000 1.125
+++ hb-install-config.xml 17 Dec 2013 11:48:58 -0000 1.126
@@ -4,7 +4,7 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
-<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.125
2013/12/17 10:01:35 swift Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.126
2013/12/17 11:48:58 swift Exp $ -->
<sections>
@@ -14,7 +14,7 @@
proceed.
</abstract>
-<version>31</version>
+<version>32</version>
<date>2013-12-17</date>
<section>
@@ -245,7 +245,7 @@
<note>
For more information on configuring DNS and NIS, please read the examples
-provided in <path>/usr/share/doc/openrc-*/net.example.bz2</path> which
+provided in <path>/usr/share/doc/netifrc-*/net.example.bz2</path> which
can be read using <c>bzless</c>. Also, you may want to emerge <c>openresolv</c>
to help manage your DNS/NIS setup.
</note>
@@ -274,7 +274,7 @@
a straightforward yet not intuitive syntax if you don't know how to set up
networking manually. But don't fear, we'll explain everything. A fully
commented example that covers many different configurations is available in
-<path>/usr/share/doc/openrc-*/net.example.bz2</path>.
+<path>/usr/share/doc/netifrc-*/net.example.bz2</path>.
</p>
<p>
@@ -302,7 +302,7 @@
<pre caption="Default /etc/conf.d/net">
# This blank configuration will automatically use DHCP for any net.*
# scripts in /etc/init.d. To create a more complete configuration,
-# please review /usr/share/doc/openrc-*/net.example.bz2 and save
+# please review /usr/share/doc/netifrc-*/net.example.bz2 and save
# your configuration in /etc/conf.d/net (this file :]!).
</pre>
@@ -333,7 +333,7 @@
</pre>
<p>
-Please read <path>/usr/share/doc/openrc-*/net.example.bz2</path> for a
+Please read <path>/usr/share/doc/netifrc-*/net.example.bz2</path> for a
list of all available options. Be sure to also read your DHCP client manpage if
you need to set specific DHCP options.
</p>
1.14 xml/htdocs/doc/en/handbook/hb-net-functions.xml
file :
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-functions.xml?rev=1.14&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-functions.xml?rev=1.14&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-functions.xml?r1=1.13&r2=1.14
Index: hb-net-functions.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-functions.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- hb-net-functions.xml 30 Oct 2011 11:56:08 -0000 1.13
+++ hb-net-functions.xml 17 Dec 2013 11:48:58 -0000 1.14
@@ -4,7 +4,7 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
-<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-functions.xml,v 1.13
2011/10/30 11:56:08 swift Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-functions.xml,v 1.14
2013/12/17 11:48:58 swift Exp $ -->
<sections>
@@ -12,8 +12,8 @@
If you're feeling adventurous, you can add your own functions to networking.
</abstract>
-<version>9</version>
-<date>2011-10-30</date>
+<version>10</version>
+<date>2013-12-17</date>
<section>
<title>Standard function hooks</title>
@@ -88,7 +88,7 @@
<note>
For more information on writing your own functions, please read
-<path>/usr/share/doc/openrc-*/net.example.bz2</path>.
+<path>/usr/share/doc/netifrc-*/net.example.bz2</path>.
</note>
</body>
@@ -165,7 +165,7 @@
<note>
For more information on writing your own functions, please read
-<path>/usr/share/doc/openrc-*/net.example.bz2</path>.
+<path>/usr/share/doc/netifrc-*/net.example.bz2</path>.
</note>
</body>
1.14 xml/htdocs/doc/en/handbook/hb-net-management.xml
file :
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-management.xml?rev=1.14&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-management.xml?rev=1.14&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-management.xml?r1=1.13&r2=1.14
Index: hb-net-management.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-management.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- hb-net-management.xml 30 Oct 2011 11:56:08 -0000 1.13
+++ hb-net-management.xml 17 Dec 2013 11:48:58 -0000 1.14
@@ -4,7 +4,7 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
-<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-management.xml,v 1.13
2011/10/30 11:56:08 swift Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-management.xml,v 1.14
2013/12/17 11:48:58 swift Exp $ -->
<sections>
@@ -12,8 +12,8 @@
For laptop users or people who move their computer around different networks.
</abstract>
-<version>10</version>
-<date>2011-10-30</date>
+<version>11</version>
+<date>2013-12-17</date>
<section>
<title>Network Management</title>
@@ -58,7 +58,7 @@
Configuration for ifplugd is fairly straightforward too. The configuration file
is held in <path>/etc/conf.d/net</path>. Run <c>man ifplugd</c> for details on
the available variables. Also, see
-<path>/usr/share/doc/openrc-*/net.example.bz2</path> for more examples.
+<path>/usr/share/doc/netifrc-*/net.example.bz2</path> for more examples.
</p>
<pre caption="Sample ifplug configuration">
1.30 xml/htdocs/doc/en/handbook/hb-net-modules.xml
file :
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-modules.xml?rev=1.30&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-modules.xml?rev=1.30&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-modules.xml?r1=1.29&r2=1.30
Index: hb-net-modules.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-modules.xml,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- hb-net-modules.xml 17 Dec 2013 09:00:41 -0000 1.29
+++ hb-net-modules.xml 17 Dec 2013 11:48:58 -0000 1.30
@@ -4,7 +4,7 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
-<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-modules.xml,v 1.29
2013/12/17 09:00:41 swift Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-modules.xml,v 1.30
2013/12/17 11:48:58 swift Exp $ -->
<sections>
@@ -13,7 +13,7 @@
different DHCP clients, setting up bonding, bridging, VLANs and more.
</abstract>
-<version>12</version>
+<version>13</version>
<date>2013-12-17</date>
<section>
@@ -260,10 +260,9 @@
<impo>
Please carefully read the section on ADSL and PPP in
-<path>/usr/share/doc/openrc-0.8.3-r1/net.example.bz2</path>. It contains many
+<path>/usr/share/doc/netifrc-*/net.example.bz2</path>. It contains many
more detailed explanations of all the settings your particular PPP setup will
-likely need. Of course, change <c>0.8.3-r1</c> with the version of OpenRC
-installed on your system.
+likely need.
</impo>
</body>