mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
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>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
NAME=ntpd
|
NAME=ntpd
|
||||||
CONFIG=/etc/ntp.conf
|
CONFIG=/etc/ntp.conf
|
||||||
COMMAND=/usr/sbin/$NAME
|
COMMAND=sbin/$NAME
|
||||||
|
|
||||||
[ "$ACTION" = "ifup" -a "$INTERFACE" = "wan" ] && {
|
[ "$ACTION" = "ifup" -a "$INTERFACE" = "wan" ] && {
|
||||||
[ -x $COMMAND ] && [ -r $CONFIG ] && {
|
[ -x $COMMAND ] && [ -r $CONFIG ] && {
|
||||||
|
|||||||
Reference in New Issue
Block a user