aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/init.d/network
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2000-03-07 16:30:13 +0000
committerBill Nottingham <notting@redhat.com>2000-03-07 16:30:13 +0000
commitef502cea44bc382f90da4bce15c2965288986070 (patch)
tree3f27e753991cfe1e1a431e733c1876ccb23197e7 /rc.d/init.d/network
parent7b882448ff09f767f12466180637da8bb043adb8 (diff)
downloadinitscripts-ef502cea44bc382f90da4bce15c2965288986070.tar
initscripts-ef502cea44bc382f90da4bce15c2965288986070.tar.gz
initscripts-ef502cea44bc382f90da4bce15c2965288986070.tar.bz2
initscripts-ef502cea44bc382f90da4bce15c2965288986070.tar.xz
initscripts-ef502cea44bc382f90da4bce15c2965288986070.zip
handle sysctl upgrades better ; re-run sysctl on network start
Diffstat (limited to 'rc.d/init.d/network')
-rwxr-xr-xrc.d/init.d/network2
1 files changed, 2 insertions, 0 deletions
diff --git a/rc.d/init.d/network b/rc.d/init.d/network
index 9f8a5b0e..6521f2c3 100755
--- a/rc.d/init.d/network
+++ b/rc.d/init.d/network
@@ -42,6 +42,8 @@ interfaces=`ls ifcfg* | egrep -v '(ifcfg-lo|:)' | \
# See how we were called.
case "$1" in
start)
+
+ action "Setting network parameters" sysctl -p /etc/sysctl.conf
action "Bringing up interface lo" ./ifup ifcfg-lo