diff options
author | Bill Nottingham <notting@redhat.com> | 2005-12-21 22:43:22 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2005-12-21 22:43:22 +0000 |
commit | 4c808a519b915dee8be333e6926bcda294efe8c1 (patch) | |
tree | 9a612eac965a9772490a8c3c32458fde1692dae4 /rc.d/init.d | |
parent | 3188d78b93c77011af7ea4b3251a899e3d445e66 (diff) | |
download | initscripts-4c808a519b915dee8be333e6926bcda294efe8c1.tar initscripts-4c808a519b915dee8be333e6926bcda294efe8c1.tar.gz initscripts-4c808a519b915dee8be333e6926bcda294efe8c1.tar.bz2 initscripts-4c808a519b915dee8be333e6926bcda294efe8c1.tar.xz initscripts-4c808a519b915dee8be333e6926bcda294efe8c1.zip |
udev now loads modules - use that, remove the kmodule stuff
don't set hotplug, it can't possibly work
Diffstat (limited to 'rc.d/init.d')
-rwxr-xr-x | rc.d/init.d/network | 6 |
1 files changed, 0 insertions, 6 deletions
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 |