From c915e8fc5583cc75d880595f9ce8b4cfb392056f Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 13 Apr 2000 19:22:19 +0000 Subject: that check was bogus --- rc.d/init.d/network | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc.d/init.d/network b/rc.d/init.d/network index ffd49236..65aeef1f 100755 --- a/rc.d/init.d/network +++ b/rc.d/init.d/network @@ -58,7 +58,7 @@ case "$1" in esac for i in $interfaces; do - if egrep -L "ONBOOT=\"?[Nn][Oo]\"?" ifcfg-$i | grep -v "^#" >/dev/null ; then + if egrep -L "ONBOOT=\"?[Nn][Oo]\"?" ifcfg-$i ; then # Probe module to preserve interface ordering /sbin/ifconfig $i >/dev/null 2>&1 else -- cgit v1.2.1