* [gentoo-commits] gentoo commit in xml/htdocs/doc/en/handbook: hb-net-advanced.xml hb-net-modules.xml
@ 2009-02-13 4:40 Joshua Saddler (nightmorph)
0 siblings, 0 replies; only message in thread
From: Joshua Saddler (nightmorph) @ 2009-02-13 4:40 UTC (permalink / raw
To: gentoo-commits
nightmorph 09/02/13 04:40:28
Modified: hb-net-advanced.xml hb-net-modules.xml
Log:
remove references to udhcp. per flameeyes' last rites email to gentoo-dev on 12-23-2008, udhcp has been superceded by busybox.
Revision Changes Path
1.15 xml/htdocs/doc/en/handbook/hb-net-advanced.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-net-advanced.xml?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-net-advanced.xml?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-net-advanced.xml?r1=1.14&r2=1.15
Index: hb-net-advanced.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-advanced.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- hb-net-advanced.xml 7 May 2007 18:11:41 -0000 1.14
+++ hb-net-advanced.xml 13 Feb 2009 04:40:27 -0000 1.15
@@ -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-advanced.xml,v 1.14 2007/05/07 18:11:41 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-advanced.xml,v 1.15 2009/02/13 04:40:27 nightmorph Exp $ -->
<sections>
@@ -13,8 +13,8 @@
before we learn about modular networking.
</abstract>
-<version>8.0</version>
-<date>2007-05-07</date>
+<version>8.1</version>
+<date>2009-02-12</date>
<section>
<title>Advanced Configuration</title>
@@ -59,7 +59,7 @@
<ti>
Run the module which provides the command. For example <c>dhcp</c> will run
a module that provides DHCP which can be one of either <c>dhcpcd</c>,
- <c>udhcpc</c>, <c>dhclient</c> or <c>pump</c>.
+ <c>dhclient</c> or <c>pump</c>.
</ti>
</tr>
</table>
1.25 xml/htdocs/doc/en/handbook/hb-net-modules.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-net-modules.xml?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-net-modules.xml?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-net-modules.xml?r1=1.24&r2=1.25
Index: hb-net-modules.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-modules.xml,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- hb-net-modules.xml 2 Nov 2007 20:33:55 -0000 1.24
+++ hb-net-modules.xml 13 Feb 2009 04:40:27 -0000 1.25
@@ -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.24 2007/11/02 20:33:55 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-modules.xml,v 1.25 2009/02/13 04:40:27 nightmorph Exp $ -->
<sections>
@@ -13,8 +13,8 @@
different DHCP clients, setting up bonding, bridging, VLANs and more.
</abstract>
-<version>8.3</version>
-<date>2007-11-02</date>
+<version>8.4</version>
+<date>2009-02-12</date>
<section>
<title>Network Modules</title>
@@ -44,8 +44,8 @@
modules=( "iproute2" )
<comment># You can also specify other modules for an interface
-# In this case we prefer udhcpc over dhcpcd</comment>
-modules_eth0=( "udhcpc" )
+# In this case we prefer pump over dhcpcd</comment>
+modules_eth0=( "pump" )
<comment># You can also specify which modules not to use - for example you may be
# using a supplicant or linux-wlan-ng to control wireless configuration but
@@ -108,8 +108,8 @@
</p>
<p>
-DHCP can be provided by <c>dhclient</c>, <c>dhcpcd</c>, <c>pump</c> or
-<c>udhcpc</c>. Each DHCP module has its pros and cons - here's a quick run down.
+DHCP can be provided by <c>dhclient</c>, <c>dhcpcd</c>, or <c>pump</c>. Each
+DHCP module has its pros and cons - here's a quick run down.
</p>
<table>
@@ -151,17 +151,6 @@
get NIS servers from DHCP
</ti>
</tr>
-<tr>
- <ti><c>udhcpc</c></ti>
- <ti><c>net-misc/udhcp</c></ti>
- <ti>
- Lightweight - smallest DHCP client around, made for embedded systems
- </ti>
- <ti>
- Unproven - no distro uses it by default, cannot define a timeout beyond 3
- seconds
- </ti>
-</tr>
</table>
<p>
@@ -197,7 +186,7 @@
</pre>
<note>
-<c>dhcpcd</c>, <c>udhcpc</c> and <c>pump</c> send the current hostname to the
+<c>dhcpcd</c> and <c>pump</c> send the current hostname to the
DHCP server by default so you don't need to specify this anymore.
</note>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-02-13 4:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-13 4:40 [gentoo-commits] gentoo commit in xml/htdocs/doc/en/handbook: hb-net-advanced.xml hb-net-modules.xml Joshua Saddler (nightmorph)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox