Bug 9638 - typo in ifup-post from initscripts-4.95-1
Summary: typo in ifup-post from initscripts-4.95-1
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Raw Hide
Classification: Retired
Component: initscripts
Version: 1.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-02-21 12:07 UTC by Olivier Baudron
Modified: 2014-03-17 02:12 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2000-02-21 16:08:22 UTC
Embargoed:


Attachments (Terms of Use)

Description Olivier Baudron 2000-02-21 12:07:13 UTC
Line 31 of /etc/sysconfig/network-scripts/ifup_post is:
if [ "$PEERDNS" !="no" -o "$RESOLV_MODS" != "no" ]; then
               ^^^^^
it should read:
if [ "$PEERDNS" != "no" -o "$RESOLV_MODS" != "no" ]; then

Otherwise, it outputs error: [: too many arguments

Comment 1 Bill Nottingham 2000-02-21 16:08:59 UTC
Fixed in cvs, will be in initscripts-4.96-1.


Note You need to log in before you can comment on or make changes to this bug.