Author: arekm
Date: Wed Jan  4 13:16:10 2006
New Revision: 6734

Modified:
   rc-scripts/trunk/rc.d/rc.sysinit
Log:
No longer set hotplug stuff. Put that into sysctl.conf.

Modified: rc-scripts/trunk/rc.d/rc.sysinit
==============================================================================
--- rc-scripts/trunk/rc.d/rc.sysinit    (original)
+++ rc-scripts/trunk/rc.d/rc.sysinit    Wed Jan  4 13:16:10 2006
@@ -464,12 +464,10 @@
        if [ -f /proc/sys/kernel/modprobe ]; then
                if [ -n "$USEMODULES" ]; then
                        sysctl -w kernel.modprobe="/sbin/modprobe" >/dev/null 
2>&1
-                       sysctl -w kernel.hotplug="/sbin/hotplug" >/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
-                       sysctl -w kernel.hotplug="/bin/true" >/dev/null 2>&1
                fi
        fi
 
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to