From adf1536f7e244cf5ed73eb58a246f38828d9e38b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Mon, 6 Nov 2000 15:42:19 +0000 Subject: [PATCH] - skip lec and atm interfaces on start|stop, they are set using separate script svn-id: @826 --- rc.d/init.d/network | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rc.d/init.d/network b/rc.d/init.d/network index 61c69065..08db5917 100644 --- a/rc.d/init.d/network +++ b/rc.d/init.d/network @@ -8,7 +8,7 @@ # # probe: true -# $Id: network,v 1.37 2000/11/02 21:40:49 baggins Exp $ +# $Id: network,v 1.38 2000/11/06 15:42:19 baggins Exp $ # NLS NLS_DOMAIN="rc-scripts" @@ -143,7 +143,7 @@ egrep -v '(ifcfg-lo|:)' | egrep 'ifcfg-[a-z0-9]+$' | \ sed 's!^/etc/sysconfig/interfaces/ifcfg-!!g') 2> /dev/null`" interfaces_boot="`(alias xx="ls /etc/sysconfig/interfaces/ifcfg* |\ -egrep -v '(ifcfg-lo|ifcfg-sit|:)' | egrep 'ifcfg-[a-z0-9]+$'" ; \ +egrep -v '(ifcfg-lo|ifcfg-sit|ifcfg-lec|ifcfg-atm|:)' | egrep 'ifcfg-[a-z0-9]+$'" ; \ for i in \`xx\`; do ONBOOT=""; . $i; if is_yes "$ONBOOT"; then \ echo $i; fi; done | sed 's!^/etc/sysconfig/interfaces/ifcfg-!!g') 2> /dev/null`" -- 2.44.0