Bug 11591

Summary: Apparent syntax error in /etc/rc.d/init.d/network
Product: [Retired] Red Hat Linux Reporter: Ian Mortimer <i.mortimer>
Component: initscriptsAssignee: Bill Nottingham <notting>
Status: CLOSED RAWHIDE QA Contact:
Severity: low Docs Contact:
Priority: medium    
Version: 6.2CC: mjt, rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-05-26 12:14:40 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 Ian Mortimer 2000-05-23 04:28:14 UTC
Line 72 of /etc/rc.d/init.d/network (initscripts-5.00-1) reads:

   [ "${gateway}" != "${gateway##[0-9}" ] && \

This looks wrong.  I'm guessing it should be:

   [ "${gateway}" != "${gateway##[0-9]}" ] && \


Ian

Comment 1 Michael Tokarev 2000-05-26 12:13:59 UTC
*** Bug 11603 has been marked as a duplicate of this bug. ***

Comment 2 Michael Tokarev 2000-05-26 12:14:59 UTC
See also my comments for bug 11603
(http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=11603)

Comment 3 Bill Nottingham 2000-05-31 21:19:28 UTC
Shoud be fixed in initscripts-5.14.

Comment 4 Bill Nottingham 2000-05-31 22:43:48 UTC
*** Bug 11062 has been marked as a duplicate of this bug. ***