From 3f5ead82d778b38f5bd994ac46640aaf92304251 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 21 Feb 2000 23:03:14 +0000 Subject: take out ippp removal --- rc.d/init.d/network | 1 - 1 file changed, 1 deletion(-) (limited to 'rc.d') diff --git a/rc.d/init.d/network b/rc.d/init.d/network index 9f8a5b0e..789d02c1 100755 --- a/rc.d/init.d/network +++ b/rc.d/init.d/network @@ -35,7 +35,6 @@ 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'` -- cgit v1.2.1