aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d
diff options
context:
space:
mode:
authorThan Ngo <than@redhat.com>2001-06-21 15:39:30 +0000
committerThan Ngo <than@redhat.com>2001-06-21 15:39:30 +0000
commit8c7aa30b676ee7a9c6de4449c9b5f2319cf71739 (patch)
treee563a36ea0ce32613c973a01dc1666ca72a9ee87 /rc.d
parent31d016a1a891e6092d922e8f36d74e1233e067cd (diff)
downloadinitscripts-8c7aa30b676ee7a9c6de4449c9b5f2319cf71739.tar
initscripts-8c7aa30b676ee7a9c6de4449c9b5f2319cf71739.tar.gz
initscripts-8c7aa30b676ee7a9c6de4449c9b5f2319cf71739.tar.bz2
initscripts-8c7aa30b676ee7a9c6de4449c9b5f2319cf71739.tar.xz
initscripts-8c7aa30b676ee7a9c6de4449c9b5f2319cf71739.zip
- add support isdn
Diffstat (limited to 'rc.d')
-rwxr-xr-xrc.d/init.d/network3
1 files changed, 1 insertions, 2 deletions
diff --git a/rc.d/init.d/network b/rc.d/init.d/network
index 21df2eb5..60913df7 100755
--- a/rc.d/init.d/network
+++ b/rc.d/init.d/network
@@ -1,4 +1,4 @@
-#!/bin/bash
+#! /bin/bash
#
# network Bring up/down networking
#
@@ -45,7 +45,6 @@ cd /etc/sysconfig/network-scripts
interfaces=`ls ifcfg* | LANG=C egrep -v '(ifcfg-lo|:|rpmsave|rpmorig|rpmnew)' | \
LANG=C egrep -v '(~|\.bak)$' | \
LANG=C egrep -v 'ifcfg-cipcb[0-9]+$' | \
- LANG=C egrep -v 'ifcfg-ippp[0-9]+$' | \
LANG=C egrep 'ifcfg-[a-z0-9]+$' | \
sed 's/^ifcfg-//g'`