Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: udev-guide.xml
Date: Mon, 27 Nov 2006 00:08:42
Message-Id: 20061127000822.D4C07645F1@smtp.gentoo.org
1 nightmorph 06/11/27 00:08:22
2
3 Modified: udev-guide.xml
4 Log:
5 updated udev guide for bug 156335, thanks to jkt for bringing it up on irc
6
7 Revision Changes Path
8 1.32 xml/htdocs/doc/en/udev-guide.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?rev=1.32&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?rev=1.32&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?r1=1.31&r2=1.32
13
14 Index: udev-guide.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v
17 retrieving revision 1.31
18 retrieving revision 1.32
19 diff -u -r1.31 -r1.32
20 --- udev-guide.xml 31 Aug 2006 02:41:18 -0000 1.31
21 +++ udev-guide.xml 27 Nov 2006 00:08:22 -0000 1.32
22 @@ -1,7 +1,7 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.31 2006/08/31 02:41:18 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.32 2006/11/27 00:08:22 nightmorph Exp $ -->
28
29 <guide link="/doc/en/udev-guide.xml">
30 <title>Gentoo udev Guide</title>
31 @@ -19,8 +19,8 @@
32
33 <license/>
34
35 -<version>0.24</version>
36 -<date>2006-08-30</date>
37 +<version>0.25</version>
38 +<date>2006-11-26</date>
39
40 <chapter>
41 <title>What is udev?</title>
42 @@ -216,6 +216,15 @@
43 # <i>rc-update add coldplug boot</i>
44 </pre>
45
46 +<note>
47 +You no longer need to emerge <c>coldplug</c> if you're using udev version 103
48 +and higher, as udev itself will handle module loading. If you are upgrading to
49 +version 103, you must unmerge coldplug (<c>emerge -aC coldplug</c>) before
50 +upgrading udev. Be sure to remove the coldplug init script from all runlevels
51 +(<c>rc-update del coldplug</c>), and then delete it from
52 +<path>/etc/init.d/</path> afterward.
53 +</note>
54 +
55 <p>
56 Kernelwise, be sure to activate the following options:
57 </p>
58
59
60
61 --
62 gentoo-doc-cvs@g.o mailing list