diff options
author | Bill Nottingham <notting@redhat.com> | 2000-02-21 23:04:00 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2000-02-21 23:04:00 +0000 |
commit | 63520c92f81c8b6e1336c507e07937c157808170 (patch) | |
tree | 55f860229c0365f8c6bf047c39439ebf1bdccd1f /rc.d | |
parent | 3f5ead82d778b38f5bd994ac46640aaf92304251 (diff) | |
download | initscripts-63520c92f81c8b6e1336c507e07937c157808170.tar initscripts-63520c92f81c8b6e1336c507e07937c157808170.tar.gz initscripts-63520c92f81c8b6e1336c507e07937c157808170.tar.bz2 initscripts-63520c92f81c8b6e1336c507e07937c157808170.tar.xz initscripts-63520c92f81c8b6e1336c507e07937c157808170.zip |
eh, nevermind
Diffstat (limited to 'rc.d')
-rwxr-xr-x | rc.d/init.d/network | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rc.d/init.d/network b/rc.d/init.d/network index 789d02c1..9f8a5b0e 100755 --- a/rc.d/init.d/network +++ b/rc.d/init.d/network @@ -35,6 +35,7 @@ cd /etc/sysconfig/network-scripts # find all the interfaces besides loopback. # ignore aliases, alternative configurations, and editor backup files interfaces=`ls ifcfg* | egrep -v '(ifcfg-lo|:)' | \ + egrep -v 'ifcfg-ippp[0-9]+$' | \ egrep 'ifcfg-[a-z0-9]+$' | \ sed 's/^ifcfg-//g'` |