aboutsummaryrefslogtreecommitdiffstats
path: root/bootscripts
diff options
context:
space:
mode:
Diffstat (limited to 'bootscripts')
-rw-r--r--bootscripts/ChangeLog3
-rw-r--r--bootscripts/lfs/init.d/udev4
2 files changed, 3 insertions, 4 deletions
diff --git a/bootscripts/ChangeLog b/bootscripts/ChangeLog
index 9d4fbbb2d..f9621fa1e 100644
--- a/bootscripts/ChangeLog
+++ b/bootscripts/ChangeLog
@@ -1,3 +1,6 @@
+2014-07-06 Bruce Dubbs <bdubbs@linuxfromscratch.org>
+ * Remove obsolete reference to /proc/sys/kernel/hotplug in udev boot script
+
2014-07-02 Bruce Dubbs <bdubbs@linuxfromscratch.org>
* Remove obsolete check for /proc/ksyms in modules boot script
diff --git a/bootscripts/lfs/init.d/udev b/bootscripts/lfs/init.d/udev
index ab56ab9e3..ba0f7c88f 100644
--- a/bootscripts/lfs/init.d/udev
+++ b/bootscripts/lfs/init.d/udev
@@ -43,10 +43,6 @@ case "${1}" in
/etc/rc.d/init.d/halt stop
fi
- # 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
-
# Start the udev daemon to continually watch for, and act on,
# uevents
/sbin/udevd --daemon