Bug 25098

Summary: initscripts-5.55-1, /etc/rc.d/init.d/network is missing a pipe
Product: [Retired] Red Hat Raw Hide Reporter: rodrigc
Component: initscriptsAssignee: Bill Nottingham <notting>
Status: CLOSED DUPLICATE QA Contact: David Lawrence <dkl>
Severity: high Docs Contact:
Priority: high    
Version: 1.0CC: rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-01-27 23:20:39 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description rodrigc 2001-01-27 23:20:36 UTC
The script:
/etc/rc.d/init.d/network is missing a pipe.
This causes the script not to work, and network interfaces are not started.

Here is a diff to correct the problem:
--- network.old Sat Jan 27 17:27:18 2001
+++ network     Sat Jan 27 17:27:37 2001
@@ -35,7 +35,7 @@
 # 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'`

Comment 1 Bill Nottingham 2001-01-29 03:14:52 UTC

*** This bug has been marked as a duplicate of 24674 ***