aboutsummaryrefslogtreecommitdiffstats
path: root/bootscripts
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2014-08-12 19:59:01 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2014-08-12 19:59:01 +0000
commit87af6d65edd031bb582492daef0eddd091defac0 (patch)
tree953d92388356485d55cec4e843474648c8ac4133 /bootscripts
parent254c03be81126c3456b3cf8e26132c2119650bb8 (diff)
Update readline, bash, and mpfr patches.
Remove obsolete hotplug referece in udev boot script. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10689 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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