Author: dj
Date: 2006-04-04 18:26:24 -0600 (Tue, 04 Apr 2006)
New Revision: 7488

Modified:
   branches/udev_update/bootscripts/CHANGELOG
   branches/udev_update/bootscripts/lfs/init.d/udev
Log:
fixed return/exit in udev bootscript and reversed accidental comment changes

Modified: branches/udev_update/bootscripts/CHANGELOG
===================================================================
--- branches/udev_update/bootscripts/CHANGELOG  2006-04-02 19:59:07 UTC (rev 
7487)
+++ branches/udev_update/bootscripts/CHANGELOG  2006-04-05 00:26:24 UTC (rev 
7488)
@@ -1,3 +1,7 @@
+n/a - April 4, 2006
+       * Replaced a return with an exit and reversed comment changes in 
+          udev bootscript. (Dan Nicholson)
+
 n/a - April 2, 2006
        * Replaced walk_sysfs function in udev bootscript with new udevtrigger
           program and move wait_for_uevents function inline. (DJ Lucas)

Modified: branches/udev_update/bootscripts/lfs/init.d/udev
===================================================================
--- branches/udev_update/bootscripts/lfs/init.d/udev    2006-04-02 19:59:07 UTC 
(rev 7487)
+++ branches/udev_update/bootscripts/lfs/init.d/udev    2006-04-05 00:26:24 UTC 
(rev 7488)
@@ -47,16 +47,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
 
                # Now traverse /sys in order to "coldplug" devices that have
@@ -95,7 +94,7 @@
                        boot_mesg "Otherwise, the next version of LFS may be 
unbootable on your system!"
                        echo_failure
                        sleep 10
-                       return 1
+                       exit 1
                fi
 
                ;;

-- 
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