Bug 488844

Summary: POST_UP_SCRIPT requires space after '=' in /etc/sysconfig/network-scripts/ifcfg-xxx
Product: [Fedora] Fedora Reporter: Markus Mayer <LotharLutz>
Component: initscriptsAssignee: Bill Nottingham <notting>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 10CC: notting, rvokal, zprikryl
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-03-17 14:07:44 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 Markus Mayer 2009-03-05 22:12:48 UTC
Description of problem:
POST_UP_SCRIPT requires space after '=' in /etc/sysconfig/network-scripts/ifcfg-xxx


How reproducible:


Steps to Reproduce:
1. add 'POST_UP_SCRIPT=echo Hello' to /etc/sysconfig/network-scripts/ifcfg-eth0
2. run ifup eth0
3. An error message 'Hello: command not found" will be displayed.
4. change 'POST_UP_SCRIPT=echo Hello' to 'POST_UP_SCRIPT= echo Hello' (adding a space after '=')
  
Actual results:
The error message 'Hello: command not found" is printed on the screen.

Expected results:
The Text 'Hello' is printed on the screen.

Additional info:
If you change 'POST_UP_SCRIPT=echo Hello' to 'POST_UP_SCRIPT= echo Hello' (adding a space after '=') it will work fine.

Comment 1 Zdenek Prikryl 2009-03-17 08:14:28 UTC
Reassigning to initscripts.

Comment 2 Bill Nottingham 2009-03-17 14:07:44 UTC
There's no support for anything called 'POST_UP_SCRIPT' in initscripts.

Comment 3 Bill Nottingham 2009-03-17 14:10:19 UTC
FYI, you may have better luck filing this by following the process at http://en.opensuse.org/Submit_a_Bug