ntpd: fix typo
authorPeter Wagner <tripolar@gmx.at>
Mon, 13 Apr 2015 16:53:17 +0000 (18:53 +0200)
committerPeter Wagner <tripolar@gmx.at>
Mon, 13 Apr 2015 16:53:17 +0000 (18:53 +0200)
Signed-off-by: Peter Wagner <tripolar@gmx.at>
net/ntpd/files/ntpd.hotplug

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