Browse Source

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>
lilik-openwrt-22.03
Peter Wagner 9 years ago
parent
commit
2c1c2de230
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/ntpd/files/ntpd.hotplug

+ 1
- 1
net/ntpd/files/ntpd.hotplug View File

@ -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 ] && {


Loading…
Cancel
Save