aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/init.d
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2007-06-22 22:08:30 +0000
committerBill Nottingham <notting@redhat.com>2007-06-22 22:08:30 +0000
commit5e2ed679cd3eb2aa3d6bd1cf9907f7736ac78434 (patch)
treea2b763ae21bd1782cbf63186aad83ecc5127ed02 /rc.d/init.d
parent46c0123b4cd853adc15730654c120769f23ef206 (diff)
downloadinitscripts-5e2ed679cd3eb2aa3d6bd1cf9907f7736ac78434.tar
initscripts-5e2ed679cd3eb2aa3d6bd1cf9907f7736ac78434.tar.gz
initscripts-5e2ed679cd3eb2aa3d6bd1cf9907f7736ac78434.tar.bz2
initscripts-5e2ed679cd3eb2aa3d6bd1cf9907f7736ac78434.tar.xz
initscripts-5e2ed679cd3eb2aa3d6bd1cf9907f7736ac78434.zip
- init.d/network, network-functions: don't fiddle with hotplug settings (#185569, #209307)
Diffstat (limited to 'rc.d/init.d')
-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