summaryrefslogtreecommitdiffstats
path: root/rc.d/init.d/network
diff options
context:
space:
mode:
Diffstat (limited to 'rc.d/init.d/network')
-rwxr-xr-xrc.d/init.d/network6
1 files changed, 0 insertions, 6 deletions
diff --git a/rc.d/init.d/network b/rc.d/init.d/network
index 89b82381..75db3646 100755
--- a/rc.d/init.d/network
+++ b/rc.d/init.d/network
@@ -85,10 +85,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=""
@@ -158,8 +154,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