From ef502cea44bc382f90da4bce15c2965288986070 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 7 Mar 2000 16:30:13 +0000 Subject: handle sysctl upgrades better ; re-run sysctl on network start --- rc.d/init.d/network | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rc.d') 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 -- cgit v1.2.1