Bug 116159 - ifup-routes fails due to typo
Summary: ifup-routes fails due to typo
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: initscripts
Version: 9
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-02-18 18:17 UTC by Steve Grubb
Modified: 2014-03-17 02:42 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-02-18 20:29:39 UTC
Embargoed:


Attachments (Terms of Use)

Description Steve Grubb 2004-02-18 18:17:21 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.2.1)
Gecko/20030225

Description of problem:
When adding a file:

/etc/sysconfig/network-scripts/route-eth0

I get the following error when bringing up the interface:

/etc/sysconfig/network-scripts/ifup-routes: line 41: : No such file or
directory

Line 38 is:

           done < "$FILE"

it should be:

           done < "$file"

The capitalization matters.

Version-Release number of selected component (if applicable):
initscripts-7.28-1

How reproducible:
Always

Steps to Reproduce:
1. touch /etc/sysconfig/network-scripts/route-eth0
2. ifdown eth0
3. ifup eth0
    

Actual Results:  /etc/sysconfig/network-scripts/ifup-routes: line 41:
: No such file or directory

Expected Results:  No error message

Additional info:

Comment 1 Bill Nottingham 2004-02-18 20:29:39 UTC
This is fixed in later OS releases.


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