Author: archaic
Date: 2006-03-21 09:30:54 -0700 (Tue, 21 Mar 2006)
New Revision: 7445

Modified:
   branches/udev_update/bootscripts/lfs/init.d/udev
Log:
Minor textual changes in the comments of the udev bootscript.

Modified: branches/udev_update/bootscripts/lfs/init.d/udev
===================================================================
--- branches/udev_update/bootscripts/lfs/init.d/udev    2006-03-21 16:25:37 UTC 
(rev 7444)
+++ branches/udev_update/bootscripts/lfs/init.d/udev    2006-03-21 16:30:54 UTC 
(rev 7445)
@@ -109,16 +109,15 @@
                        /etc/rc.d/init.d/halt stop
                fi
 
-               # Udev handles hotplug events itself, so we don't need to have
-               # the kernel call out to any binary in response to hotplug
-               # events
+               # Udev handles uevents itself, so we don't need to have
+               # the kernel call out to any binary in response to them
                echo > /proc/sys/kernel/hotplug
 
                # Copy static device nodes to /dev
                cp -ar /lib/udev/devices/* /dev
 
                # Start the udev daemon to continually watch for, and act on,
-               # hotplug events
+               # uevents
                /sbin/udevd --daemon
                evaluate_retval
 

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to