diff options
author | Bill Nottingham <notting@redhat.com> | 2000-03-07 16:30:13 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2000-03-07 16:30:13 +0000 |
commit | ef502cea44bc382f90da4bce15c2965288986070 (patch) | |
tree | 3f27e753991cfe1e1a431e733c1876ccb23197e7 /rc.d/init.d | |
parent | 7b882448ff09f767f12466180637da8bb043adb8 (diff) | |
download | initscripts-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')
-rwxr-xr-x | rc.d/init.d/network | 2 |
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 |