swift 11/10/30 11:56:08
Modified: hb-install-config.xml hb-net-functions.xml
hb-net-management.xml
Log:
Fix bug #388953 - Refer to /usr/share/doc/openrc-*/net.example.bz2 instead of
/etc/conf.d/net.example
Revision Changes Path
1.108 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.108&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.108&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?r1=1.107&r2=1.108
Index: hb-install-config.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- hb-install-config.xml 11 Sep 2011 08:53:34 -0000 1.107
+++ hb-install-config.xml 30 Oct 2011 11:56:08 -0000 1.108
@@ -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.107
2011/09/11 08:53:34 swift Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.108
2011/10/30 11:56:08 swift Exp $ -->
<sections>
@@ -14,8 +14,8 @@
proceed.
</abstract>
-<version>14</version>
-<date>2011-09-11</date>
+<version>15</version>
+<date>2011-10-30</date>
<section>
<title>Filesystem Information</title>
@@ -244,8 +244,9 @@
<note>
For more information on configuring DNS and NIS, please read the examples
-provided in <path>/etc/conf.d/net.example</path>. Also, you may want to emerge
-<c>openresolv</c> to help manage your DNS/NIS setup.
+provided in <path>/usr/share/doc/openrc-*/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>
</body>
@@ -272,7 +273,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>/etc/conf.d/net.example</path>.
+<path>/usr/share/doc/openrc-*/net.example.bz2</path>.
</p>
<p>
@@ -300,8 +301,8 @@
<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 /etc/conf.d/net.example and save your configuration
-# in /etc/conf.d/net (this file :]!).
+# please review /usr/share/doc/openrc-*/net.example.bz2 and save
+# your configuration in /etc/conf.d/net (this file :]!).
</pre>
<p>
@@ -323,9 +324,9 @@
</pre>
<p>
-Please read <path>/etc/conf.d/net.example</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.
+Please read <path>/usr/share/doc/openrc-*/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>
<p>
1.13 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.13&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-functions.xml?rev=1.13&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-functions.xml?r1=1.12&r2=1.13
Index: hb-net-functions.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-functions.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- hb-net-functions.xml 14 May 2010 22:12:57 -0000 1.12
+++ hb-net-functions.xml 30 Oct 2011 11:56:08 -0000 1.13
@@ -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.12
2010/05/14 22:12:57 nightmorph Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-functions.xml,v 1.13
2011/10/30 11:56:08 swift Exp $ -->
<sections>
@@ -12,8 +12,8 @@
If you're feeling adventurous, you can add your own functions to networking.
</abstract>
-<version>8.1</version>
-<date>2010-05-14</date>
+<version>9</version>
+<date>2011-10-30</date>
<section>
<title>Standard function hooks</title>
@@ -88,7 +88,7 @@
<note>
For more information on writing your own functions, please read
-<path>/etc/conf.d/net.example</path>.
+<path>/usr/share/doc/openrc-*/net.example.bz2</path>.
</note>
</body>
@@ -165,7 +165,7 @@
<note>
For more information on writing your own functions, please read
-<path>/etc/conf.d/net.example</path>.
+<path>/usr/share/doc/openrc-*/net.example.bz2</path>.
</note>
</body>
1.13 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.13&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-management.xml?rev=1.13&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-management.xml?r1=1.12&r2=1.13
Index: hb-net-management.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-management.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- hb-net-management.xml 17 Apr 2008 21:11:30 -0000 1.12
+++ hb-net-management.xml 30 Oct 2011 11:56:08 -0000 1.13
@@ -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.12
2008/04/17 21:11:30 nightmorph Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-management.xml,v 1.13
2011/10/30 11:56:08 swift Exp $ -->
<sections>
@@ -12,8 +12,8 @@
For laptop users or people who move their computer around different networks.
</abstract>
-<version>9.0</version>
-<date>2008-04-17</date>
+<version>10</version>
+<date>2011-10-30</date>
<section>
<title>Network Management</title>
@@ -57,8 +57,8 @@
<p>
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>/etc/conf.d/net.example</path> for
more
-examples.
+the available variables. Also, see
+<path>/usr/share/doc/openrc-*/net.example.bz2</path> for more examples.
</p>
<pre caption="Sample ifplug configuration">