diff options
author | Matt Wilson <msw@redhat.com> | 2001-01-23 07:41:25 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-01-23 07:41:25 +0000 |
commit | d1321d7e20288b18632b407ead720dd32a1348d5 (patch) | |
tree | fbbb676e115e4f79e342f42fd6a4f164bf5c5dc6 /rc.d | |
parent | b8904dff9ed98d25b035b45bb351a5d17fc3cda1 (diff) | |
download | initscripts-d1321d7e20288b18632b407ead720dd32a1348d5.tar initscripts-d1321d7e20288b18632b407ead720dd32a1348d5.tar.gz initscripts-d1321d7e20288b18632b407ead720dd32a1348d5.tar.bz2 initscripts-d1321d7e20288b18632b407ead720dd32a1348d5.tar.xz initscripts-d1321d7e20288b18632b407ead720dd32a1348d5.zip |
typo
Diffstat (limited to 'rc.d')
-rwxr-xr-x | rc.d/init.d/network | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/init.d/network b/rc.d/init.d/network index 3b3cf5f2..30e72b27 100755 --- a/rc.d/init.d/network +++ b/rc.d/init.d/network @@ -35,7 +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|:|rpmsave|rpmorig|rpmnew)' | \ - egrep -v '(~|\.bak)$' \ + egrep -v '(~|\.bak)$' | \ egrep -v 'ifcfg-ippp[0-9]+$' | \ egrep 'ifcfg-[a-z0-9]+$' | \ sed 's/^ifcfg-//g'` |