nightmorph    07/03/13 00:40:28

  Modified:             bluetooth-guide.xml printing-howto.xml
                        udev-guide.xml usb-guide.xml
  Log:
  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)

Revision  Changes    Path
1.11                 xml/htdocs/doc/en/bluetooth-guide.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml?r1=1.10&r2=1.11

Index: bluetooth-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- bluetooth-guide.xml 14 Jan 2007 12:36:10 -0000      1.10
+++ bluetooth-guide.xml 13 Mar 2007 00:40:27 -0000      1.11
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding="UTF-8"?>
 
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml,v 1.10 
2007/01/14 12:36:10 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml,v 1.11 
2007/03/13 00:40:27 nightmorph Exp $ -->
 
 <guide link="/doc/en/bluetooth-guide.xml">
 <title>Gentoo Linux Bluetooth Guide</title>
@@ -215,25 +215,15 @@
 
 <p>
 Additionally, as we have compiled the Bluetooth subsystem as modules, we will
-need hotplug and coldplug, which are explained in the <uri
+need hotplug, which is explained in the <uri
 link="http://www.gentoo.org/doc/en/usb-guide.xml#doc_chap4_sect2";>Gentoo Linux
 USB Guide</uri>.
 </p>
 
-<pre caption="Emerging hotplug and coldplug">
-# <i>emerge hotplug coldplug</i>
-# <i>rc-update add coldplug boot</i>
+<pre caption="Emerging hotplug">
+# <i>emerge hotplug</i>
 </pre>
 
-<note>
-You no longer need to emerge <c>coldplug</c> if you're using <c>udev</c> 
version
-103 and higher, as udev itself will handle module loading. If you are upgrading
-to version 103, you must unmerge coldplug (<c>emerge -aC coldplug</c>) before
-upgrading udev. Be sure to remove the coldplug init script from all runlevels
-(<c>rc-update del coldplug</c>), and then delete it from
-<path>/etc/init.d/</path> afterward.
-</note>
-
 </body>
 </section>
 <section>



1.66                 xml/htdocs/doc/en/printing-howto.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/printing-howto.xml?rev=1.66&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/printing-howto.xml?rev=1.66&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/printing-howto.xml?r1=1.65&r2=1.66

Index: printing-howto.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/printing-howto.xml,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- printing-howto.xml  5 Feb 2007 14:14:23 -0000       1.65
+++ printing-howto.xml  13 Mar 2007 00:40:27 -0000      1.66
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding="UTF-8"?>
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/printing-howto.xml,v 1.65 
2007/02/05 14:14:23 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/printing-howto.xml,v 1.66 
2007/03/13 00:40:27 nightmorph Exp $ -->
 
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
@@ -24,8 +24,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>2.96</version>
-<date>2007-02-01</date>
+<version>2.97</version>
+<date>2007-03-12</date>
 
 <chapter>
 <title>Printing and Gentoo Linux</title>
@@ -335,21 +335,6 @@
 </pre>
 
 <p>
-The build process might inform you to run <c>rc-update add coldplug default</c>
-if you are using a USB printer and have the necessary support as kernel 
modules.
-This will allow any USB kernel modules to be loaded automatically at boot.
-</p>
-
-<note>
-You no longer need to emerge <c>coldplug</c> if you're using <c>udev</c> 
version
-103 and higher, as udev itself will handle module loading. If you are upgrading
-to version 103, you must unmerge coldplug (<c>emerge -aC coldplug</c>) before
-upgrading udev. Be sure to remove the coldplug init script from all runlevels
-(<c>rc-update del coldplug</c>), and then delete it from
-<path>/etc/init.d/</path> afterward.
-</note>
-
-<p>
 If the printer is attached to your system locally, you need to load CUPS 
 automatically on start-up. Make sure your printer is attached and powered on 
 before you start CUPS.



1.38                 xml/htdocs/doc/en/udev-guide.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?rev=1.38&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?rev=1.38&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?r1=1.37&r2=1.38

Index: udev-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- udev-guide.xml      26 Feb 2007 08:58:04 -0000      1.37
+++ udev-guide.xml      13 Mar 2007 00:40:27 -0000      1.38
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.37 
2007/02/26 08:58:04 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.38 
2007/03/13 00:40:27 nightmorph Exp $ -->
 
 <guide link="/doc/en/udev-guide.xml">
 <title>Gentoo udev Guide</title>
@@ -19,8 +19,8 @@
 
 <license/>
 
-<version>0.27</version>
-<date>2007-02-26</date>
+<version>0.28</version>
+<date>2007-03-12</date>
 
 <chapter>
 <title>What is udev?</title>
@@ -200,32 +200,6 @@
 </pre>
 
 <p>
-If you want modules loaded for devices that have been plugged in before you
-boot, use the coldplug package.
-</p>
-
-<note>
-You no longer need to emerge <c>coldplug</c> 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 (<c>emerge -aC coldplug</c>) before
-upgrading udev. Be sure to remove the coldplug init script from all runlevels
-(<c>rc-update del coldplug</c>), and then delete it from
-<path>/etc/init.d/</path> afterward.
-</note>
-
-<pre caption="Installing the coldplug package">
-# <i>emerge coldplug</i>
-</pre>
-
-<p>
-Don't forget to add <c>coldplug</c> to the boot runlevel:
-</p>
-
-<pre caption="Adding coldplug to the boot runlevel">
-# <i>rc-update add coldplug boot</i>
-</pre>
-
-<p>
 Kernelwise, be sure to activate the following options:
 </p>
 



1.14                 xml/htdocs/doc/en/usb-guide.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/usb-guide.xml?rev=1.14&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/usb-guide.xml?rev=1.14&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/usb-guide.xml?r1=1.13&r2=1.14

Index: usb-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/usb-guide.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- usb-guide.xml       27 Nov 2006 00:13:19 -0000      1.13
+++ usb-guide.xml       13 Mar 2007 00:40:27 -0000      1.14
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/usb-guide.xml,v 1.13 
2006/11/27 00:13:19 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/usb-guide.xml,v 1.14 
2007/03/13 00:40:27 nightmorph Exp $ -->
 
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
@@ -19,8 +19,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.11</version>
-<date>2006-11-26</date>
+<version>1.12</version>
+<date>2007-03-12</date>
 
 <chapter>
 <title>Introduction</title>
@@ -513,15 +513,14 @@
 </body>
 </section>
 <section>
-<title>Hot or Cold plug??</title>
+<title>Hotplug</title>
 <body>
 
 <p>
-Gentoo uses two packages, <c>sys-apps/hotplug</c> and <c>sys-apps/coldplug</c>
-to do some magic with <e>hot-pluggable</e> devices. Just like any other magic
-trick, there is a simple logic behind this one too. We shall now see what that
-is, and in the process hopefully we will be able to understand these twins
-better.
+Gentoo uses <c>sys-apps/hotplug</c> to do some magic with <e>hot-pluggable</e>
+devices. Just like any other magic trick, there is a simple logic behind this
+one too. We shall now see what that is, and in the process hopefully we will be
+able to understand these twins better.
 </p>
 
 <p>
@@ -547,34 +546,6 @@
 # <i>emerge hotplug</i>
 </pre>
 
-<p>
-Now the obvious question would be, what is coldplug and why is it needed?
-<c>sys-apps/coldplug</c> does what hotplug does, but it does it for
-<e>hot-pluggable</e> devices that are already connected at boot time. A good
-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 <e>hot-pluggable</e>
-devices that you need activated on boot up. Afterward, you can add the coldplug
-init script to the boot runlevel.
-</p>
-
-<pre caption="Installing coldplug">
-# <i>emerge coldplug</i>
-<comment>(And you can add it to the boot runlevel)</comment>
-# <i>rc-update add coldplug boot</i>
- * coldplug added to runlevel boot
- * rc-update complete.
-</pre>
-
-<note>
-You no longer need to emerge <c>coldplug</c> if you're using <c>udev</c> 
version
-103 and higher, as udev itself will handle module loading. If you are upgrading
-to version 103, you must unmerge coldplug (<c>emerge -aC coldplug</c>) before
-upgrading udev. Be sure to remove the coldplug init script from all runlevels
-(<c>rc-update del coldplug</c>), and then delete it from
-<path>/etc/init.d/</path> afterward.
-</note>
-
 </body>
 </section>
 </chapter>



-- 
[email protected] mailing list

Reply via email to