From c275d4357bdaff09a44b32f79a4e6f42ef190fba Mon Sep 17 00:00:00 2001 From: Sebastien Luttringer Date: Fri, 15 Apr 2011 17:25:27 +0200 Subject: Drop old /sys/kernel/uevent_helper This is not used on modern udev system. It's an old legacy. We should drop it. [tomegun: use "status" rather than "stat_busy"] Signed-off-by: Sebastien Luttringer Signed-off-by: Tom Gundersen --- rc.sysinit | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/rc.sysinit b/rc.sysinit index 56a63bc..b38d84a 100755 --- a/rc.sysinit +++ b/rc.sysinit @@ -74,10 +74,7 @@ if [[ $HWCLOCK_PARAMS ]]; then fi fi -stat_busy "Starting UDev Daemon" -echo "" > /sys/kernel/uevent_helper -/sbin/udevd --daemon -stat_done +status "Starting UDev Daemon" /sbin/udevd --daemon run_hook sysinit_udevlaunched -- cgit v1.2.3