From: Peter Wagner Date: Mon, 13 Apr 2015 16:14:27 +0000 (+0200) Subject: Currently the hotplug script never starts because it assumes the wrong X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=2c1c2de230e223e6ba9aa27379e2f90aa5495f26;p=feed%2Fpackages.git 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 --- diff --git a/net/ntpd/files/ntpd.hotplug b/net/ntpd/files/ntpd.hotplug index 992628f6cf..b960af0139 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 ] && {