Bug 488844 - POST_UP_SCRIPT requires space after '=' in /etc/sysconfig/network-scripts/ifcfg-xxx
Summary: POST_UP_SCRIPT requires space after '=' in /etc/sysconfig/network-scripts/ifc...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: initscripts
Version: 10
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-03-05 22:12 UTC by Markus Mayer
Modified: 2009-03-17 14:10 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-03-17 14:07:44 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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


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