From mboxrd@z Thu Jan 1 00:00:00 1970
Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org)
by nuthatch.gentoo.org with esmtp (Exim 4.62)
(envelope-from )
id 1GoU7p-0005tc-Gz
for garchives@archives.gentoo.org; Mon, 27 Nov 2006 00:13:33 +0000
Received: from robin.gentoo.org (localhost [127.0.0.1])
by robin.gentoo.org (8.13.8/8.13.8) with SMTP id kAR0DLBZ029758;
Mon, 27 Nov 2006 00:13:21 GMT
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
by robin.gentoo.org (8.13.8/8.13.8) with ESMTP id kAR0DKki025487
for ; Mon, 27 Nov 2006 00:13:21 GMT
Received: from lark (lark.gentoo.osuosl.org [140.211.166.177])
(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
(No client certificate requested)
by smtp.gentoo.org (Postfix) with SMTP id 83A1B64559
for ; Mon, 27 Nov 2006 00:13:20 +0000 (UTC)
Received: by lark (sSMTP sendmail emulation); Mon, 27 Nov 2006 00:13:20 +0000
From: "Josh Saddler"
Date: Mon, 27 Nov 2006 00:13:20 +0000
To: gentoo-doc-cvs@lists.gentoo.org
Subject: [gentoo-doc-cvs] cvs commit: usb-guide.xml
Message-Id: <20061127001320.83A1B64559@smtp.gentoo.org>
Precedence: bulk
List-Post:
List-Help:
List-Unsubscribe:
List-Subscribe:
List-Id: Gentoo Linux mail
X-BeenThere: gentoo-doc-cvs@gentoo.org
Reply-to: docs-team@lists.gentoo.org
X-Archives-Salt: 82d94d1b-4ab5-4ecc-a6fa-55453f2a17e3
X-Archives-Hash: 3a249b2cd282aeb887cc0161e095907f
nightmorph 06/11/27 00:13:20
Modified: usb-guide.xml
Log:
updated usb guide for bug 156335
Revision Changes Path
1.13 xml/htdocs/doc/en/usb-guide.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/usb-guide.xml?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/usb-guide.xml?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/usb-guide.xml?r1=1.12&r2=1.13
Index: usb-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/usb-guide.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- usb-guide.xml 30 Aug 2006 16:18:07 -0000 1.12
+++ usb-guide.xml 27 Nov 2006 00:13:19 -0000 1.13
@@ -1,5 +1,5 @@
-
+
@@ -19,8 +19,8 @@
-1.10
-2006-08-30
+1.11
+2006-11-26
Introduction
@@ -554,7 +554,8 @@
example of this would be a USB Network card. Earlier, hotplug was the package
responsible for handling both, but then it was split into hotplug and coldplug,
with coldplug doing all the work. Install it if you have hot-pluggable
-devices that you need activated on boot up.
+devices that you need activated on boot up. Afterward, you can add the coldplug
+init script to the boot runlevel.
@@ -566,10 +567,12 @@
-The above initscript does what hotplug's initscript used to do (for already
-attached hot-pluggable devices). The current /etc/init.d/hotplug
-script does nothing more than check if the CONFIG_HOTPLUG is enabled for the
-current kernel.
+You no longer need to emerge coldplug if you're using udev version
+103 and higher, as udev itself will handle module loading. If you are upgrading
+to version 103, you must unmerge coldplug (emerge -aC coldplug) before
+upgrading udev. Be sure to remove the coldplug init script from all runlevels
+(rc-update del coldplug), and then delete it from
+/etc/init.d/ afterward.