Bug 31786 - possible error in ifup-routes
Summary: possible error in ifup-routes
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Raw Hide
Classification: Retired
Component: initscripts
Version: 1.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-03-14 17:49 UTC by Gerald Teschl
Modified: 2014-03-17 02:19 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2001-03-14 17:52:21 UTC
Embargoed:


Attachments (Terms of Use)

Description Gerald Teschl 2001-03-14 17:49:45 UTC
while tracing some other errors I had a look at ifup-routes and I think
there is an error:

--- ifup-routes.orig    Mon Mar  5 21:32:23 2001
+++ ifup-routes Tue Mar 13 23:07:13 2001
@@ -14,6 +14,7 @@
        exit 0
 fi
 
+DEVICE=$1
 #note the trailing space in the grep gets rid of aliases
 grep "^$DEVICE " /etc/sysconfig/static-routes | while read device args; do
        /sbin/route add -$args $device

Comment 1 Bill Nottingham 2001-03-14 17:52:17 UTC
Fixed in 5.77-1.


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