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
Date: Sun, 30 Oct 2011 11:56:20
Message-Id: 20111030115608.EAE992004E@flycatcher.gentoo.org
1 swift 11/10/30 11:56:08
2
3 Modified: hb-install-config.xml hb-net-functions.xml
4 hb-net-management.xml
5 Log:
6 Fix bug #388953 - Refer to /usr/share/doc/openrc-*/net.example.bz2 instead of /etc/conf.d/net.example
7
8 Revision Changes Path
9 1.108 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.108&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.108&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?r1=1.107&r2=1.108
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.107
19 retrieving revision 1.108
20 diff -u -r1.107 -r1.108
21 --- hb-install-config.xml 11 Sep 2011 08:53:34 -0000 1.107
22 +++ hb-install-config.xml 30 Oct 2011 11:56:08 -0000 1.108
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.107 2011/09/11 08:53:34 swift Exp $ -->
28 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.108 2011/10/30 11:56:08 swift Exp $ -->
29
30 <sections>
31
32 @@ -14,8 +14,8 @@
33 proceed.
34 </abstract>
35
36 -<version>14</version>
37 -<date>2011-09-11</date>
38 +<version>15</version>
39 +<date>2011-10-30</date>
40
41 <section>
42 <title>Filesystem Information</title>
43 @@ -244,8 +244,9 @@
44
45 <note>
46 For more information on configuring DNS and NIS, please read the examples
47 -provided in <path>/etc/conf.d/net.example</path>. Also, you may want to emerge
48 -<c>openresolv</c> to help manage your DNS/NIS setup.
49 +provided in <path>/usr/share/doc/openrc-*/net.example.bz2</path> which
50 +can be read using <c>bzless</c>. Also, you may want to emerge <c>openresolv</c>
51 +to help manage your DNS/NIS setup.
52 </note>
53
54 </body>
55 @@ -272,7 +273,7 @@
56 a straightforward yet not intuitive syntax if you don't know how to set up
57 networking manually. But don't fear, we'll explain everything. A fully
58 commented example that covers many different configurations is available in
59 -<path>/etc/conf.d/net.example</path>.
60 +<path>/usr/share/doc/openrc-*/net.example.bz2</path>.
61 </p>
62
63 <p>
64 @@ -300,8 +301,8 @@
65 <pre caption="Default /etc/conf.d/net">
66 # This blank configuration will automatically use DHCP for any net.*
67 # scripts in /etc/init.d. To create a more complete configuration,
68 -# please review /etc/conf.d/net.example and save your configuration
69 -# in /etc/conf.d/net (this file :]!).
70 +# please review /usr/share/doc/openrc-*/net.example.bz2 and save
71 +# your configuration in /etc/conf.d/net (this file :]!).
72 </pre>
73
74 <p>
75 @@ -323,9 +324,9 @@
76 </pre>
77
78 <p>
79 -Please read <path>/etc/conf.d/net.example</path> for a list of all available
80 -options. Be sure to also read your DHCP client manpage if you need to set
81 -specific DHCP options.
82 +Please read <path>/usr/share/doc/openrc-*/net.example.bz2</path> for a
83 +list of all available options. Be sure to also read your DHCP client manpage if
84 +you need to set specific DHCP options.
85 </p>
86
87 <p>
88
89
90
91 1.13 xml/htdocs/doc/en/handbook/hb-net-functions.xml
92
93 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-functions.xml?rev=1.13&view=markup
94 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-functions.xml?rev=1.13&content-type=text/plain
95 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-functions.xml?r1=1.12&r2=1.13
96
97 Index: hb-net-functions.xml
98 ===================================================================
99 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-functions.xml,v
100 retrieving revision 1.12
101 retrieving revision 1.13
102 diff -u -r1.12 -r1.13
103 --- hb-net-functions.xml 14 May 2010 22:12:57 -0000 1.12
104 +++ hb-net-functions.xml 30 Oct 2011 11:56:08 -0000 1.13
105 @@ -4,7 +4,7 @@
106 <!-- The content of this document is licensed under the CC-BY-SA license -->
107 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
108
109 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-functions.xml,v 1.12 2010/05/14 22:12:57 nightmorph Exp $ -->
110 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-functions.xml,v 1.13 2011/10/30 11:56:08 swift Exp $ -->
111
112 <sections>
113
114 @@ -12,8 +12,8 @@
115 If you're feeling adventurous, you can add your own functions to networking.
116 </abstract>
117
118 -<version>8.1</version>
119 -<date>2010-05-14</date>
120 +<version>9</version>
121 +<date>2011-10-30</date>
122
123 <section>
124 <title>Standard function hooks</title>
125 @@ -88,7 +88,7 @@
126
127 <note>
128 For more information on writing your own functions, please read
129 -<path>/etc/conf.d/net.example</path>.
130 +<path>/usr/share/doc/openrc-*/net.example.bz2</path>.
131 </note>
132
133 </body>
134 @@ -165,7 +165,7 @@
135
136 <note>
137 For more information on writing your own functions, please read
138 -<path>/etc/conf.d/net.example</path>.
139 +<path>/usr/share/doc/openrc-*/net.example.bz2</path>.
140 </note>
141
142 </body>
143
144
145
146 1.13 xml/htdocs/doc/en/handbook/hb-net-management.xml
147
148 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-management.xml?rev=1.13&view=markup
149 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-management.xml?rev=1.13&content-type=text/plain
150 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-management.xml?r1=1.12&r2=1.13
151
152 Index: hb-net-management.xml
153 ===================================================================
154 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-management.xml,v
155 retrieving revision 1.12
156 retrieving revision 1.13
157 diff -u -r1.12 -r1.13
158 --- hb-net-management.xml 17 Apr 2008 21:11:30 -0000 1.12
159 +++ hb-net-management.xml 30 Oct 2011 11:56:08 -0000 1.13
160 @@ -4,7 +4,7 @@
161 <!-- The content of this document is licensed under the CC-BY-SA license -->
162 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
163
164 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-management.xml,v 1.12 2008/04/17 21:11:30 nightmorph Exp $ -->
165 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-management.xml,v 1.13 2011/10/30 11:56:08 swift Exp $ -->
166
167 <sections>
168
169 @@ -12,8 +12,8 @@
170 For laptop users or people who move their computer around different networks.
171 </abstract>
172
173 -<version>9.0</version>
174 -<date>2008-04-17</date>
175 +<version>10</version>
176 +<date>2011-10-30</date>
177
178 <section>
179 <title>Network Management</title>
180 @@ -57,8 +57,8 @@
181 <p>
182 Configuration for ifplugd is fairly straightforward too. The configuration file
183 is held in <path>/etc/conf.d/net</path>. Run <c>man ifplugd</c> for details on
184 -the available variables. Also, see <path>/etc/conf.d/net.example</path> for more
185 -examples.
186 +the available variables. Also, see
187 +<path>/usr/share/doc/openrc-*/net.example.bz2</path> for more examples.
188 </p>
189
190 <pre caption="Sample ifplug configuration">