]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
- skip lec and atm interfaces on start|stop, they are set using separate
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 6 Nov 2000 15:42:19 +0000 (15:42 +0000)
committerJan Rękorajski <baggins@pld-linux.org>
Mon, 6 Nov 2000 15:42:19 +0000 (15:42 +0000)
  script

svn-id: @826

rc.d/init.d/network

index 61c690652c4239cb7e46445a8ab25a65dfce2dad..08db591794b59f3bab0c351ad0597d5aba36ba50 100644 (file)
@@ -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`"
 
This page took 0.048644 seconds and 4 git commands to generate.