From 0a86b60f1c8a40e9171e6f7fd87ce338b1fbd42a Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 12 Jan 2005 21:45:30 +0000 Subject: use udevsend to handle hotplug events, conflict with inappropriate udev versions --- rc.d/rc.sysinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.d') diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index 48284c1b..236df880 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -128,7 +128,7 @@ cmdline=$(cat /proc/cmdline) if [ -f /proc/sys/kernel/modprobe ]; then if ! strstr "$cmdline" nomodules && [ -f /proc/modules ] ; then sysctl -w kernel.modprobe="/sbin/modprobe" >/dev/null 2>&1 - sysctl -w kernel.hotplug="/sbin/hotplug" >/dev/null 2>&1 + sysctl -w kernel.hotplug="/sbin/udevsend" >/dev/null 2>&1 else # We used to set this to NULL, but that causes 'failed to exec' messages" sysctl -w kernel.modprobe="/bin/true" >/dev/null 2>&1 -- cgit v1.2.1