diff options
author | Tom Gundersen <teg@jklm.no> | 2011-01-23 16:58:07 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2011-04-01 15:13:57 +0200 |
commit | cb6da84bfc2aaf23233cdaf2fcefe886c5961390 (patch) | |
tree | c5e17b1cf24f27f4f3286fb9e561ed9528831483 | |
parent | 62e2a205da88b1bd1df136b138a2db82088c9285 (diff) |
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 <teg@jklm.no>
-rwxr-xr-x | rc.sysinit | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |