Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: bluetooth-guide.xml printing-howto.xml udev-guide.xml usb-guide.xml
Date: Tue, 13 Mar 2007 00:40:46
Message-Id: E1HQv40-0004Wy-0h@stork.gentoo.org
1 nightmorph 07/03/13 00:40:28
2
3 Modified: bluetooth-guide.xml printing-howto.xml
4 udev-guide.xml usb-guide.xml
5 Log:
6 Remove all references to coldplug, bug 170679. All hail the udev-only era, for as long as it lasts. Don't like udev? Complain to greg_kh! udev is now The Gentoo Way(tm)
7
8 Revision Changes Path
9 1.11 xml/htdocs/doc/en/bluetooth-guide.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml?rev=1.11&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml?rev=1.11&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml?r1=1.10&r2=1.11
14
15 Index: bluetooth-guide.xml
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml,v
18 retrieving revision 1.10
19 retrieving revision 1.11
20 diff -u -r1.10 -r1.11
21 --- bluetooth-guide.xml 14 Jan 2007 12:36:10 -0000 1.10
22 +++ bluetooth-guide.xml 13 Mar 2007 00:40:27 -0000 1.11
23 @@ -1,7 +1,7 @@
24 <?xml version='1.0' encoding="UTF-8"?>
25
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml,v 1.10 2007/01/14 12:36:10 nightmorph Exp $ -->
28 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml,v 1.11 2007/03/13 00:40:27 nightmorph Exp $ -->
29
30 <guide link="/doc/en/bluetooth-guide.xml">
31 <title>Gentoo Linux Bluetooth Guide</title>
32 @@ -215,25 +215,15 @@
33
34 <p>
35 Additionally, as we have compiled the Bluetooth subsystem as modules, we will
36 -need hotplug and coldplug, which are explained in the <uri
37 +need hotplug, which is explained in the <uri
38 link="http://www.gentoo.org/doc/en/usb-guide.xml#doc_chap4_sect2">Gentoo Linux
39 USB Guide</uri>.
40 </p>
41
42 -<pre caption="Emerging hotplug and coldplug">
43 -# <i>emerge hotplug coldplug</i>
44 -# <i>rc-update add coldplug boot</i>
45 +<pre caption="Emerging hotplug">
46 +# <i>emerge hotplug</i>
47 </pre>
48
49 -<note>
50 -You no longer need to emerge <c>coldplug</c> if you're using <c>udev</c> version
51 -103 and higher, as udev itself will handle module loading. If you are upgrading
52 -to version 103, you must unmerge coldplug (<c>emerge -aC coldplug</c>) before
53 -upgrading udev. Be sure to remove the coldplug init script from all runlevels
54 -(<c>rc-update del coldplug</c>), and then delete it from
55 -<path>/etc/init.d/</path> afterward.
56 -</note>
57 -
58 </body>
59 </section>
60 <section>
61
62
63
64 1.66 xml/htdocs/doc/en/printing-howto.xml
65
66 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/printing-howto.xml?rev=1.66&view=markup
67 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/printing-howto.xml?rev=1.66&content-type=text/plain
68 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/printing-howto.xml?r1=1.65&r2=1.66
69
70 Index: printing-howto.xml
71 ===================================================================
72 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/printing-howto.xml,v
73 retrieving revision 1.65
74 retrieving revision 1.66
75 diff -u -r1.65 -r1.66
76 --- printing-howto.xml 5 Feb 2007 14:14:23 -0000 1.65
77 +++ printing-howto.xml 13 Mar 2007 00:40:27 -0000 1.66
78 @@ -1,6 +1,6 @@
79 <?xml version='1.0' encoding="UTF-8"?>
80
81 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/printing-howto.xml,v 1.65 2007/02/05 14:14:23 neysx Exp $ -->
82 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/printing-howto.xml,v 1.66 2007/03/13 00:40:27 nightmorph Exp $ -->
83
84 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
85
86 @@ -24,8 +24,8 @@
87 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
88 <license/>
89
90 -<version>2.96</version>
91 -<date>2007-02-01</date>
92 +<version>2.97</version>
93 +<date>2007-03-12</date>
94
95 <chapter>
96 <title>Printing and Gentoo Linux</title>
97 @@ -335,21 +335,6 @@
98 </pre>
99
100 <p>
101 -The build process might inform you to run <c>rc-update add coldplug default</c>
102 -if you are using a USB printer and have the necessary support as kernel modules.
103 -This will allow any USB kernel modules to be loaded automatically at boot.
104 -</p>
105 -
106 -<note>
107 -You no longer need to emerge <c>coldplug</c> if you're using <c>udev</c> version
108 -103 and higher, as udev itself will handle module loading. If you are upgrading
109 -to version 103, you must unmerge coldplug (<c>emerge -aC coldplug</c>) before
110 -upgrading udev. Be sure to remove the coldplug init script from all runlevels
111 -(<c>rc-update del coldplug</c>), and then delete it from
112 -<path>/etc/init.d/</path> afterward.
113 -</note>
114 -
115 -<p>
116 If the printer is attached to your system locally, you need to load CUPS
117 automatically on start-up. Make sure your printer is attached and powered on
118 before you start CUPS.
119
120
121
122 1.38 xml/htdocs/doc/en/udev-guide.xml
123
124 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?rev=1.38&view=markup
125 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?rev=1.38&content-type=text/plain
126 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?r1=1.37&r2=1.38
127
128 Index: udev-guide.xml
129 ===================================================================
130 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v
131 retrieving revision 1.37
132 retrieving revision 1.38
133 diff -u -r1.37 -r1.38
134 --- udev-guide.xml 26 Feb 2007 08:58:04 -0000 1.37
135 +++ udev-guide.xml 13 Mar 2007 00:40:27 -0000 1.38
136 @@ -1,7 +1,7 @@
137 <?xml version='1.0' encoding="UTF-8"?>
138 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
139
140 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.37 2007/02/26 08:58:04 nightmorph Exp $ -->
141 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.38 2007/03/13 00:40:27 nightmorph Exp $ -->
142
143 <guide link="/doc/en/udev-guide.xml">
144 <title>Gentoo udev Guide</title>
145 @@ -19,8 +19,8 @@
146
147 <license/>
148
149 -<version>0.27</version>
150 -<date>2007-02-26</date>
151 +<version>0.28</version>
152 +<date>2007-03-12</date>
153
154 <chapter>
155 <title>What is udev?</title>
156 @@ -200,32 +200,6 @@
157 </pre>
158
159 <p>
160 -If you want modules loaded for devices that have been plugged in before you
161 -boot, use the coldplug package.
162 -</p>
163 -
164 -<note>
165 -You no longer need to emerge <c>coldplug</c> if you're using udev version 103
166 -and higher, as udev itself will handle module loading. If you are upgrading to
167 -version 103, you must unmerge coldplug (<c>emerge -aC coldplug</c>) before
168 -upgrading udev. Be sure to remove the coldplug init script from all runlevels
169 -(<c>rc-update del coldplug</c>), and then delete it from
170 -<path>/etc/init.d/</path> afterward.
171 -</note>
172 -
173 -<pre caption="Installing the coldplug package">
174 -# <i>emerge coldplug</i>
175 -</pre>
176 -
177 -<p>
178 -Don't forget to add <c>coldplug</c> to the boot runlevel:
179 -</p>
180 -
181 -<pre caption="Adding coldplug to the boot runlevel">
182 -# <i>rc-update add coldplug boot</i>
183 -</pre>
184 -
185 -<p>
186 Kernelwise, be sure to activate the following options:
187 </p>
188
189
190
191
192 1.14 xml/htdocs/doc/en/usb-guide.xml
193
194 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/usb-guide.xml?rev=1.14&view=markup
195 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/usb-guide.xml?rev=1.14&content-type=text/plain
196 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/usb-guide.xml?r1=1.13&r2=1.14
197
198 Index: usb-guide.xml
199 ===================================================================
200 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/usb-guide.xml,v
201 retrieving revision 1.13
202 retrieving revision 1.14
203 diff -u -r1.13 -r1.14
204 --- usb-guide.xml 27 Nov 2006 00:13:19 -0000 1.13
205 +++ usb-guide.xml 13 Mar 2007 00:40:27 -0000 1.14
206 @@ -1,5 +1,5 @@
207 <?xml version='1.0' encoding="UTF-8"?>
208 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/usb-guide.xml,v 1.13 2006/11/27 00:13:19 nightmorph Exp $ -->
209 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/usb-guide.xml,v 1.14 2007/03/13 00:40:27 nightmorph Exp $ -->
210
211 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
212
213 @@ -19,8 +19,8 @@
214 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
215 <license/>
216
217 -<version>1.11</version>
218 -<date>2006-11-26</date>
219 +<version>1.12</version>
220 +<date>2007-03-12</date>
221
222 <chapter>
223 <title>Introduction</title>
224 @@ -513,15 +513,14 @@
225 </body>
226 </section>
227 <section>
228 -<title>Hot or Cold plug??</title>
229 +<title>Hotplug</title>
230 <body>
231
232 <p>
233 -Gentoo uses two packages, <c>sys-apps/hotplug</c> and <c>sys-apps/coldplug</c>
234 -to do some magic with <e>hot-pluggable</e> devices. Just like any other magic
235 -trick, there is a simple logic behind this one too. We shall now see what that
236 -is, and in the process hopefully we will be able to understand these twins
237 -better.
238 +Gentoo uses <c>sys-apps/hotplug</c> to do some magic with <e>hot-pluggable</e>
239 +devices. Just like any other magic trick, there is a simple logic behind this
240 +one too. We shall now see what that is, and in the process hopefully we will be
241 +able to understand these twins better.
242 </p>
243
244 <p>
245 @@ -547,34 +546,6 @@
246 # <i>emerge hotplug</i>
247 </pre>
248
249 -<p>
250 -Now the obvious question would be, what is coldplug and why is it needed?
251 -<c>sys-apps/coldplug</c> does what hotplug does, but it does it for
252 -<e>hot-pluggable</e> devices that are already connected at boot time. A good
253 -example of this would be a USB Network card. Earlier, hotplug was the package
254 -responsible for handling both, but then it was split into hotplug and coldplug,
255 -with coldplug doing all the work. Install it if you have <e>hot-pluggable</e>
256 -devices that you need activated on boot up. Afterward, you can add the coldplug
257 -init script to the boot runlevel.
258 -</p>
259 -
260 -<pre caption="Installing coldplug">
261 -# <i>emerge coldplug</i>
262 -<comment>(And you can add it to the boot runlevel)</comment>
263 -# <i>rc-update add coldplug boot</i>
264 - * coldplug added to runlevel boot
265 - * rc-update complete.
266 -</pre>
267 -
268 -<note>
269 -You no longer need to emerge <c>coldplug</c> if you're using <c>udev</c> version
270 -103 and higher, as udev itself will handle module loading. If you are upgrading
271 -to version 103, you must unmerge coldplug (<c>emerge -aC coldplug</c>) before
272 -upgrading udev. Be sure to remove the coldplug init script from all runlevels
273 -(<c>rc-update del coldplug</c>), and then delete it from
274 -<path>/etc/init.d/</path> afterward.
275 -</note>
276 -
277 </body>
278 </section>
279 </chapter>
280
281
282
283 --
284 gentoo-doc-cvs@g.o mailing list