From 2b4ff54e220b94aba363506ef62a8aa4c5979dc5 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 12 Mar 2002 17:36:28 +0000 Subject: - fix cipe check - load modules to preserve ordering --- rc.d/init.d/network | 3 +++ 1 file changed, 3 insertions(+) (limited to 'rc.d') diff --git a/rc.d/init.d/network b/rc.d/init.d/network index 1c8b8b2e..0fe253e0 100755 --- a/rc.d/init.d/network +++ b/rc.d/init.d/network @@ -88,8 +88,11 @@ case "$1" in if [ "${DEVICE##cipcb}" != "$DEVICE" ] ; then cipeinterfaces="$cipeinterfaces $DEVICE" + continue fi if LANG=C egrep -L "^ONBOOT=\"?[Nn][Oo]\"?" ifcfg-$i > /dev/null ; then + # this loads the module, to preserve ordering + is_available $i continue fi # If we're in confirmation mode, get user confirmation -- cgit v1.2.1