Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: usb-guide.xml
Date: Mon, 27 Nov 2006 00:13:33
Message-Id: 20061127001320.83A1B64559@smtp.gentoo.org
1 nightmorph 06/11/27 00:13:20
2
3 Modified: usb-guide.xml
4 Log:
5 updated usb guide for bug 156335
6
7 Revision Changes Path
8 1.13 xml/htdocs/doc/en/usb-guide.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/usb-guide.xml?rev=1.13&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/usb-guide.xml?rev=1.13&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/usb-guide.xml?r1=1.12&r2=1.13
13
14 Index: usb-guide.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/usb-guide.xml,v
17 retrieving revision 1.12
18 retrieving revision 1.13
19 diff -u -r1.12 -r1.13
20 --- usb-guide.xml 30 Aug 2006 16:18:07 -0000 1.12
21 +++ usb-guide.xml 27 Nov 2006 00:13:19 -0000 1.13
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/usb-guide.xml,v 1.12 2006/08/30 16:18:07 nightmorph Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/usb-guide.xml,v 1.13 2006/11/27 00:13:19 nightmorph Exp $ -->
26
27 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
28
29 @@ -19,8 +19,8 @@
30 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31 <license/>
32
33 -<version>1.10</version>
34 -<date>2006-08-30</date>
35 +<version>1.11</version>
36 +<date>2006-11-26</date>
37
38 <chapter>
39 <title>Introduction</title>
40 @@ -554,7 +554,8 @@
41 example of this would be a USB Network card. Earlier, hotplug was the package
42 responsible for handling both, but then it was split into hotplug and coldplug,
43 with coldplug doing all the work. Install it if you have <e>hot-pluggable</e>
44 -devices that you need activated on boot up.
45 +devices that you need activated on boot up. Afterward, you can add the coldplug
46 +init script to the boot runlevel.
47 </p>
48
49 <pre caption="Installing coldplug">
50 @@ -566,10 +567,12 @@
51 </pre>
52
53 <note>
54 -The above initscript does what hotplug's initscript used to do (for already
55 -attached hot-pluggable devices). The current <path>/etc/init.d/hotplug</path>
56 -script does nothing more than check if the CONFIG_HOTPLUG is enabled for the
57 -current kernel.
58 +You no longer need to emerge <c>coldplug</c> if you're using <c>udev</c> version
59 +103 and higher, as udev itself will handle module loading. If you are upgrading
60 +to version 103, you must unmerge coldplug (<c>emerge -aC coldplug</c>) before
61 +upgrading udev. Be sure to remove the coldplug init script from all runlevels
62 +(<c>rc-update del coldplug</c>), and then delete it from
63 +<path>/etc/init.d/</path> afterward.
64 </note>
65
66 </body>
67
68
69
70 --
71 gentoo-doc-cvs@g.o mailing list