fix path to config and binary
authorTravis Kemen <thepeople@openwrt.org>
Sat, 17 Mar 2007 03:32:12 +0000 (03:32 +0000)
committerTravis Kemen <thepeople@openwrt.org>
Sat, 17 Mar 2007 03:32:12 +0000 (03:32 +0000)
SVN-Revision: 6590

net/updatedd/files/ddns.hotplug

index 9b3928296590bc8afb3c521ac90f521d0388c696..78ede4009aa4349b46d9b4df18f8a2d340ad2d18 100644 (file)
@@ -1,6 +1,6 @@
 NAME=updatedd
-CONFIG=/etc/$NAME.conf
-COMMAND=/usr/sbin/$NAME
+CONFIG=/etc/config/$NAME
+COMMAND=/usr/bin/$NAME
 
 [ "$ACTION" = "ifup" -a "$INTERFACE" = "wan" ] && {
         [ -x $COMMAND ] && [ -r $CONFIG ] && {