From 2c1c2de230e223e6ba9aa27379e2f90aa5495f26 Mon Sep 17 00:00:00 2001 From: Peter Wagner Date: Mon, 13 Apr 2015 18:14:27 +0200 Subject: [PATCH] Currently the hotplug script never starts because it assumes the wrong path to the binary. Fix the path. Signed-off-by: Sebastian Kemper Signed-off-by: Peter Wagner --- net/ntpd/files/ntpd.hotplug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/ntpd/files/ntpd.hotplug b/net/ntpd/files/ntpd.hotplug index 992628f6c..b960af013 100644 --- 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 ] && {