projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4ef2c8
)
Currently the hotplug script never starts because it assumes the wrong
author
Peter Wagner
<tripolar@gmx.at>
Mon, 13 Apr 2015 16:14:27 +0000
(18:14 +0200)
committer
Peter 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
patch
|
blob
|
history
diff --git
a/net/ntpd/files/ntpd.hotplug
b/net/ntpd/files/ntpd.hotplug
index 992628f6cf227833d78146e3cc0f7c06b8e3be1a..b960af013926a604fe9a791bcd3d0304672708b0 100644
(file)
--- 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 ] && {