aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/init.d
diff options
context:
space:
mode:
Diffstat (limited to 'rc.d/init.d')
-rwxr-xr-xrc.d/init.d/network3
1 files changed, 3 insertions, 0 deletions
diff --git a/rc.d/init.d/network b/rc.d/init.d/network
index d47006d1..add82281 100755
--- a/rc.d/init.d/network
+++ b/rc.d/init.d/network
@@ -88,6 +88,9 @@ case "$1" in
if LANG=C egrep -L "^ONBOOT=\"?[Nn][Oo]\"?" ifcfg-$i > /dev/null ; then
continue
fi
+ if LANG=C egrep -L "^SLAVE=\"?[Yy][Ee][Ss]\"?" ifcfg-$i > /dev/null ; then
+ continue
+ fi
# If we're in confirmation mode, get user confirmation
[ -n "$CONFIRM" ] &&
{