Explorar el Código

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>
Peter Wagner hace 10 años
padre
commit
2c1c2de230
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      net/ntpd/files/ntpd.hotplug

+ 1
- 1
net/ntpd/files/ntpd.hotplug Ver fichero

@@ -1,6 +1,6 @@
1 1
 NAME=ntpd
2 2
 CONFIG=/etc/ntp.conf
3
-COMMAND=/usr/sbin/$NAME
3
+COMMAND=sbin/$NAME
4 4
 
5 5
 [ "$ACTION" = "ifup" -a "$INTERFACE" = "wan" ] && {
6 6
         [ -x $COMMAND ] && [ -r $CONFIG ] && {