From 4c808a519b915dee8be333e6926bcda294efe8c1 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 21 Dec 2005 22:43:22 +0000 Subject: udev now loads modules - use that, remove the kmodule stuff don't set hotplug, it can't possibly work --- rc.d/init.d/network | 6 ------ 1 file changed, 6 deletions(-) (limited to 'rc.d/init.d/network') diff --git a/rc.d/init.d/network b/rc.d/init.d/network index 93c9a3a5..579372ca 100755 --- a/rc.d/init.d/network +++ b/rc.d/init.d/network @@ -86,10 +86,6 @@ case "$1" in ;; esac - oldhotplug=`sysctl kernel.hotplug 2>/dev/null | \ - awk '{ print $3 }' 2>/dev/null` - sysctl -w kernel.hotplug="/etc/hotplug/firmware.agent" > /dev/null 2>&1 - vlaninterfaces="" cipeinterfaces="" xdslinterfaces="" @@ -159,8 +155,6 @@ case "$1" in fi done - sysctl -w kernel.hotplug=$oldhotplug > /dev/null 2>&1 - # Add non interface-specific static-routes. if [ -f /etc/sysconfig/static-routes ]; then grep "^any" /etc/sysconfig/static-routes | while read ignore args ; do -- cgit v1.2.1