Bug 127351 - netplugd restart or reload fails
Summary: netplugd restart or reload fails
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: net-tools
Version: 2
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Phil Knirsch
QA Contact: Ben Levenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-07-06 22:45 UTC by Derek Poon
Modified: 2015-03-05 01:14 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-07-12 14:56:44 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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



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