Gentoo Archives: gentoo-doc-cvs

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-config.xml hb-net-functions.xml hb-net-management.xml hb-net-modules.xml
Date: Tue, 17 Dec 2013 11:49:03
Message-Id: 20131217114858.4EFBA2004B@flycatcher.gentoo.org
1 swift 13/12/17 11:48:58
2
3 Modified: hb-install-config.xml hb-net-functions.xml
4 hb-net-management.xml hb-net-modules.xml
5 Log:
6 Fix bug #491144 - Location of net.example.bz2 is not in netifrc
7
8 Revision Changes Path
9 1.126 xml/htdocs/doc/en/handbook/hb-install-config.xml
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.126&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.126&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?r1=1.125&r2=1.126
14
15 Index: hb-install-config.xml
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v
18 retrieving revision 1.125
19 retrieving revision 1.126
20 diff -u -r1.125 -r1.126
21 --- hb-install-config.xml 17 Dec 2013 10:01:35 -0000 1.125
22 +++ hb-install-config.xml 17 Dec 2013 11:48:58 -0000 1.126
23 @@ -4,7 +4,7 @@
24 <!-- The content of this document is licensed under the CC-BY-SA license -->
25 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
26
27 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.125 2013/12/17 10:01:35 swift Exp $ -->
28 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.126 2013/12/17 11:48:58 swift Exp $ -->
29
30 <sections>
31
32 @@ -14,7 +14,7 @@
33 proceed.
34 </abstract>
35
36 -<version>31</version>
37 +<version>32</version>
38 <date>2013-12-17</date>
39
40 <section>
41 @@ -245,7 +245,7 @@
42
43 <note>
44 For more information on configuring DNS and NIS, please read the examples
45 -provided in <path>/usr/share/doc/openrc-*/net.example.bz2</path> which
46 +provided in <path>/usr/share/doc/netifrc-*/net.example.bz2</path> which
47 can be read using <c>bzless</c>. Also, you may want to emerge <c>openresolv</c>
48 to help manage your DNS/NIS setup.
49 </note>
50 @@ -274,7 +274,7 @@
51 a straightforward yet not intuitive syntax if you don't know how to set up
52 networking manually. But don't fear, we'll explain everything. A fully
53 commented example that covers many different configurations is available in
54 -<path>/usr/share/doc/openrc-*/net.example.bz2</path>.
55 +<path>/usr/share/doc/netifrc-*/net.example.bz2</path>.
56 </p>
57
58 <p>
59 @@ -302,7 +302,7 @@
60 <pre caption="Default /etc/conf.d/net">
61 # This blank configuration will automatically use DHCP for any net.*
62 # scripts in /etc/init.d. To create a more complete configuration,
63 -# please review /usr/share/doc/openrc-*/net.example.bz2 and save
64 +# please review /usr/share/doc/netifrc-*/net.example.bz2 and save
65 # your configuration in /etc/conf.d/net (this file :]!).
66 </pre>
67
68 @@ -333,7 +333,7 @@
69 </pre>
70
71 <p>
72 -Please read <path>/usr/share/doc/openrc-*/net.example.bz2</path> for a
73 +Please read <path>/usr/share/doc/netifrc-*/net.example.bz2</path> for a
74 list of all available options. Be sure to also read your DHCP client manpage if
75 you need to set specific DHCP options.
76 </p>
77
78
79
80 1.14 xml/htdocs/doc/en/handbook/hb-net-functions.xml
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-functions.xml?rev=1.14&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-functions.xml?rev=1.14&content-type=text/plain
84 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-functions.xml?r1=1.13&r2=1.14
85
86 Index: hb-net-functions.xml
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-functions.xml,v
89 retrieving revision 1.13
90 retrieving revision 1.14
91 diff -u -r1.13 -r1.14
92 --- hb-net-functions.xml 30 Oct 2011 11:56:08 -0000 1.13
93 +++ hb-net-functions.xml 17 Dec 2013 11:48:58 -0000 1.14
94 @@ -4,7 +4,7 @@
95 <!-- The content of this document is licensed under the CC-BY-SA license -->
96 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
97
98 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-functions.xml,v 1.13 2011/10/30 11:56:08 swift Exp $ -->
99 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-functions.xml,v 1.14 2013/12/17 11:48:58 swift Exp $ -->
100
101 <sections>
102
103 @@ -12,8 +12,8 @@
104 If you're feeling adventurous, you can add your own functions to networking.
105 </abstract>
106
107 -<version>9</version>
108 -<date>2011-10-30</date>
109 +<version>10</version>
110 +<date>2013-12-17</date>
111
112 <section>
113 <title>Standard function hooks</title>
114 @@ -88,7 +88,7 @@
115
116 <note>
117 For more information on writing your own functions, please read
118 -<path>/usr/share/doc/openrc-*/net.example.bz2</path>.
119 +<path>/usr/share/doc/netifrc-*/net.example.bz2</path>.
120 </note>
121
122 </body>
123 @@ -165,7 +165,7 @@
124
125 <note>
126 For more information on writing your own functions, please read
127 -<path>/usr/share/doc/openrc-*/net.example.bz2</path>.
128 +<path>/usr/share/doc/netifrc-*/net.example.bz2</path>.
129 </note>
130
131 </body>
132
133
134
135 1.14 xml/htdocs/doc/en/handbook/hb-net-management.xml
136
137 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-management.xml?rev=1.14&view=markup
138 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-management.xml?rev=1.14&content-type=text/plain
139 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-management.xml?r1=1.13&r2=1.14
140
141 Index: hb-net-management.xml
142 ===================================================================
143 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-management.xml,v
144 retrieving revision 1.13
145 retrieving revision 1.14
146 diff -u -r1.13 -r1.14
147 --- hb-net-management.xml 30 Oct 2011 11:56:08 -0000 1.13
148 +++ hb-net-management.xml 17 Dec 2013 11:48:58 -0000 1.14
149 @@ -4,7 +4,7 @@
150 <!-- The content of this document is licensed under the CC-BY-SA license -->
151 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
152
153 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-management.xml,v 1.13 2011/10/30 11:56:08 swift Exp $ -->
154 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-management.xml,v 1.14 2013/12/17 11:48:58 swift Exp $ -->
155
156 <sections>
157
158 @@ -12,8 +12,8 @@
159 For laptop users or people who move their computer around different networks.
160 </abstract>
161
162 -<version>10</version>
163 -<date>2011-10-30</date>
164 +<version>11</version>
165 +<date>2013-12-17</date>
166
167 <section>
168 <title>Network Management</title>
169 @@ -58,7 +58,7 @@
170 Configuration for ifplugd is fairly straightforward too. The configuration file
171 is held in <path>/etc/conf.d/net</path>. Run <c>man ifplugd</c> for details on
172 the available variables. Also, see
173 -<path>/usr/share/doc/openrc-*/net.example.bz2</path> for more examples.
174 +<path>/usr/share/doc/netifrc-*/net.example.bz2</path> for more examples.
175 </p>
176
177 <pre caption="Sample ifplug configuration">
178
179
180
181 1.30 xml/htdocs/doc/en/handbook/hb-net-modules.xml
182
183 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-modules.xml?rev=1.30&view=markup
184 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-modules.xml?rev=1.30&content-type=text/plain
185 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-modules.xml?r1=1.29&r2=1.30
186
187 Index: hb-net-modules.xml
188 ===================================================================
189 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-modules.xml,v
190 retrieving revision 1.29
191 retrieving revision 1.30
192 diff -u -r1.29 -r1.30
193 --- hb-net-modules.xml 17 Dec 2013 09:00:41 -0000 1.29
194 +++ hb-net-modules.xml 17 Dec 2013 11:48:58 -0000 1.30
195 @@ -4,7 +4,7 @@
196 <!-- The content of this document is licensed under the CC-BY-SA license -->
197 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
198
199 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-modules.xml,v 1.29 2013/12/17 09:00:41 swift Exp $ -->
200 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-modules.xml,v 1.30 2013/12/17 11:48:58 swift Exp $ -->
201
202 <sections>
203
204 @@ -13,7 +13,7 @@
205 different DHCP clients, setting up bonding, bridging, VLANs and more.
206 </abstract>
207
208 -<version>12</version>
209 +<version>13</version>
210 <date>2013-12-17</date>
211
212 <section>
213 @@ -260,10 +260,9 @@
214
215 <impo>
216 Please carefully read the section on ADSL and PPP in
217 -<path>/usr/share/doc/openrc-0.8.3-r1/net.example.bz2</path>. It contains many
218 +<path>/usr/share/doc/netifrc-*/net.example.bz2</path>. It contains many
219 more detailed explanations of all the settings your particular PPP setup will
220 -likely need. Of course, change <c>0.8.3-r1</c> with the version of OpenRC
221 -installed on your system.
222 +likely need.
223 </impo>
224
225 </body>