From cb6da84bfc2aaf23233cdaf2fcefe886c5961390 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Sun, 23 Jan 2011 16:58:07 +0100 Subject: hotplug: properly clear the path to hotplug/uevent_helper /proc/sys/kerne/hotplug has been deprecated (moved to /sys/kernel/uevent_helper) since 2.6.16. This updates it. Note, this should not be necessary, as there is no reason this string should not already be empty. Signed-off-by: Tom Gundersen --- rc.sysinit | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'rc.sysinit') diff --git a/rc.sysinit b/rc.sysinit index 12b28ea..6ed8e1a 100755 --- a/rc.sysinit +++ b/rc.sysinit @@ -72,9 +72,8 @@ if [[ $HWCLOCK_PARAMS ]]; then fi fi -echo > /proc/sys/kernel/hotplug - stat_busy "Starting UDev Daemon" +echo "" > /sys/kernel/uevent_helper /sbin/udevd --daemon stat_done -- cgit v1.2.3