rc-scripts/trunk/rc.d/rc.sysinit

arekm cvs at pld-linux.org
Wed Jan 4 13:16:14 CET 2006


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
 


More information about the pld-cvs-commit mailing list