commit 2c1c2de230e223e6ba9aa27379e2f90aa5495f26
parent f4ef2c8fd7fbc41fd6e0f4298450dae4a8af1add
Author: Peter Wagner <tripolar@gmx.at>
Date: Mon, 13 Apr 2015 18:14:27 +0200
Currently the hotplug script never starts because it assumes the wrong
path to the binary. Fix the path.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/ntpd/files/ntpd.hotplug b/net/ntpd/files/ntpd.hotplug
@@ -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 ] && {