Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-net-advanced.xml hb-net-modules.xml
Date: Fri, 13 Feb 2009 04:40:34
Message-Id: E1LXpqm-0002md-4V@stork.gentoo.org
1 nightmorph 09/02/13 04:40:28
2
3 Modified: hb-net-advanced.xml hb-net-modules.xml
4 Log:
5 remove references to udhcp. per flameeyes' last rites email to gentoo-dev on 12-23-2008, udhcp has been superceded by busybox.
6
7 Revision Changes Path
8 1.15 xml/htdocs/doc/en/handbook/hb-net-advanced.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-net-advanced.xml?rev=1.15&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-net-advanced.xml?rev=1.15&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-net-advanced.xml?r1=1.14&r2=1.15
13
14 Index: hb-net-advanced.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-advanced.xml,v
17 retrieving revision 1.14
18 retrieving revision 1.15
19 diff -u -r1.14 -r1.15
20 --- hb-net-advanced.xml 7 May 2007 18:11:41 -0000 1.14
21 +++ hb-net-advanced.xml 13 Feb 2009 04:40:27 -0000 1.15
22 @@ -4,7 +4,7 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-advanced.xml,v 1.14 2007/05/07 18:11:41 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-advanced.xml,v 1.15 2009/02/13 04:40:27 nightmorph Exp $ -->
28
29 <sections>
30
31 @@ -13,8 +13,8 @@
32 before we learn about modular networking.
33 </abstract>
34
35 -<version>8.0</version>
36 -<date>2007-05-07</date>
37 +<version>8.1</version>
38 +<date>2009-02-12</date>
39
40 <section>
41 <title>Advanced Configuration</title>
42 @@ -59,7 +59,7 @@
43 <ti>
44 Run the module which provides the command. For example <c>dhcp</c> will run
45 a module that provides DHCP which can be one of either <c>dhcpcd</c>,
46 - <c>udhcpc</c>, <c>dhclient</c> or <c>pump</c>.
47 + <c>dhclient</c> or <c>pump</c>.
48 </ti>
49 </tr>
50 </table>
51
52
53
54 1.25 xml/htdocs/doc/en/handbook/hb-net-modules.xml
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-net-modules.xml?rev=1.25&view=markup
57 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-net-modules.xml?rev=1.25&content-type=text/plain
58 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-net-modules.xml?r1=1.24&r2=1.25
59
60 Index: hb-net-modules.xml
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-modules.xml,v
63 retrieving revision 1.24
64 retrieving revision 1.25
65 diff -u -r1.24 -r1.25
66 --- hb-net-modules.xml 2 Nov 2007 20:33:55 -0000 1.24
67 +++ hb-net-modules.xml 13 Feb 2009 04:40:27 -0000 1.25
68 @@ -4,7 +4,7 @@
69 <!-- The content of this document is licensed under the CC-BY-SA license -->
70 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
71
72 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-modules.xml,v 1.24 2007/11/02 20:33:55 nightmorph Exp $ -->
73 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-modules.xml,v 1.25 2009/02/13 04:40:27 nightmorph Exp $ -->
74
75 <sections>
76
77 @@ -13,8 +13,8 @@
78 different DHCP clients, setting up bonding, bridging, VLANs and more.
79 </abstract>
80
81 -<version>8.3</version>
82 -<date>2007-11-02</date>
83 +<version>8.4</version>
84 +<date>2009-02-12</date>
85
86 <section>
87 <title>Network Modules</title>
88 @@ -44,8 +44,8 @@
89 modules=( "iproute2" )
90
91 <comment># You can also specify other modules for an interface
92 -# In this case we prefer udhcpc over dhcpcd</comment>
93 -modules_eth0=( "udhcpc" )
94 +# In this case we prefer pump over dhcpcd</comment>
95 +modules_eth0=( "pump" )
96
97 <comment># You can also specify which modules not to use - for example you may be
98 # using a supplicant or linux-wlan-ng to control wireless configuration but
99 @@ -108,8 +108,8 @@
100 </p>
101
102 <p>
103 -DHCP can be provided by <c>dhclient</c>, <c>dhcpcd</c>, <c>pump</c> or
104 -<c>udhcpc</c>. Each DHCP module has its pros and cons - here's a quick run down.
105 +DHCP can be provided by <c>dhclient</c>, <c>dhcpcd</c>, or <c>pump</c>. Each
106 +DHCP module has its pros and cons - here's a quick run down.
107 </p>
108
109 <table>
110 @@ -151,17 +151,6 @@
111 get NIS servers from DHCP
112 </ti>
113 </tr>
114 -<tr>
115 - <ti><c>udhcpc</c></ti>
116 - <ti><c>net-misc/udhcp</c></ti>
117 - <ti>
118 - Lightweight - smallest DHCP client around, made for embedded systems
119 - </ti>
120 - <ti>
121 - Unproven - no distro uses it by default, cannot define a timeout beyond 3
122 - seconds
123 - </ti>
124 -</tr>
125 </table>
126
127 <p>
128 @@ -197,7 +186,7 @@
129 </pre>
130
131 <note>
132 -<c>dhcpcd</c>, <c>udhcpc</c> and <c>pump</c> send the current hostname to the
133 +<c>dhcpcd</c> and <c>pump</c> send the current hostname to the
134 DHCP server by default so you don't need to specify this anymore.
135 </note>