Bug 127351

Summary: netplugd restart or reload fails
Product: [Fedora] Fedora Reporter: Derek Poon <dpoon>
Component: net-toolsAssignee: Phil Knirsch <pknirsch>
Status: CLOSED RAWHIDE QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: 2CC: rvokal
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: 2004-07-12 14:56: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 Derek Poon 2004-07-06 22:45:56 UTC
In /etc/rc.d/init.d/netplugd...

  case "$1" in
    ...
    restart|reload)
          stop
          start
          ;;
    ...
  esac

Notice that the $0 is missing -- it should say

          $0 stop
          $0 start

Comment 1 Phil Knirsch 2004-07-12 14:56:44 UTC
Doh! Fixed in latest development version. Package net-tools-1.60-29
and later contain the fixed initscript.

Read ya, Phil