fix path to config and binary
authorthepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 17 Mar 2007 03:32:12 +0000 (03:32 +0000)
committerthepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 17 Mar 2007 03:32:12 +0000 (03:32 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@6590 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/updatedd/files/ddns.hotplug

index 9b39282..78ede40 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 ] && {