Bug 118583

Summary: rc.sysinit and network-functions do not handle whitespace correctly
Product: [Fedora] Fedora Reporter: Lubomir Bulej <pallas>
Component: initscriptsAssignee: Bill Nottingham <notting>
Status: CLOSED RAWHIDE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: rvokal
Target Milestone: ---Keywords: Patch
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 7.51-1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-05-04 05:36:07 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:
Bug Depends On:    
Bug Blocks: 114963    
Attachments:
Description Flags
Proposed patch to rc.sysinit
none
Proposed patch to network-functions none

Description Lubomir Bulej 2004-03-17 21:56:19 UTC
Description of problem:
The rc.sysinit and network-functions both parse output of modprobe to
see if the user has defined aliases for usb controllers, network
interfaces etc.

The problem is that they expect that there will be exactly one space
between the words alias and (for example) usb-controller, which fails
in case the user uses tabs or multiple spaces in his configuration files.

Comment 1 Lubomir Bulej 2004-03-17 21:56:57 UTC
Created attachment 98625 [details]
Proposed patch to rc.sysinit

Comment 2 Lubomir Bulej 2004-03-17 21:57:36 UTC
Created attachment 98626 [details]
Proposed patch to network-functions

Comment 3 Bill Nottingham 2004-05-04 05:36:07 UTC
Added in 7.51-1 - thanks!