Currently the hotplug script never starts because it assumes the wrong
authorPeter Wagner <tripolar@gmx.at>
Mon, 13 Apr 2015 16:14:27 +0000 (18:14 +0200)
committerPeter Wagner <tripolar@gmx.at>
Mon, 13 Apr 2015 16:14:27 +0000 (18:14 +0200)
path to the binary. Fix the path.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Signed-off-by: Peter Wagner <tripolar@gmx.at>
net/ntpd/files/ntpd.hotplug

index 992628f6cf227833d78146e3cc0f7c06b8e3be1a..b960af013926a604fe9a791bcd3d0304672708b0 100644 (file)
@@ -1,6 +1,6 @@
 NAME=ntpd
 CONFIG=/etc/ntp.conf
-COMMAND=/usr/sbin/$NAME
+COMMAND=sbin/$NAME
 
 [ "$ACTION" = "ifup" -a "$INTERFACE" = "wan" ] && {
         [ -x $COMMAND ] && [ -r $CONFIG ] && {