Fix Debian specific path to init script in manual page. (Bug #513032)
Index: netplug-1.2.9.2/man/man8/netplugd.8
===================================================================
--- netplug-1.2.9.2.orig/man/man8/netplugd.8
+++ netplug-1.2.9.2/man/man8/netplugd.8
@@ -165,7 +165,7 @@ can generate
 events.  The command is run synchronously; it must exit with status
 code 0 if it succeeds, otherwise with a non-zero exit code or signal.
 .El
-.It Pa /etc/rc.d/init.d/netplugd
+.It Pa /etc/init.d/netplug
 The
 .Xr init 8
 script that starts, stops, and displays status of the
Index: netplug-1.2.9.2/Makefile
===================================================================
--- netplug-1.2.9.2.orig/Makefile
+++ netplug-1.2.9.2/Makefile
@@ -3,7 +3,7 @@ version := $(shell awk '/define version/
 DESTDIR ?=
 
 prefix ?=
-bindir ?= $(prefix)/sbin
+bindir ?= $(prefix)/usr/sbin
 etcdir ?= $(prefix)/etc/netplug
 initdir ?= $(prefix)/etc/rc.d/init.d
 scriptdir ?= $(prefix)/etc/netplug.d
