projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8713586
)
fix path to config and binary
author
Travis Kemen
<thepeople@openwrt.org>
Sat, 17 Mar 2007 03:32:12 +0000
(
03:32
+0000)
committer
Travis Kemen
<thepeople@openwrt.org>
Sat, 17 Mar 2007 03:32:12 +0000
(
03:32
+0000)
SVN-Revision: 6590
net/updatedd/files/ddns.hotplug
patch
|
blob
|
history
diff --git
a/net/updatedd/files/ddns.hotplug
b/net/updatedd/files/ddns.hotplug
index 9b3928296590bc8afb3c521ac90f521d0388c696..78ede4009aa4349b46d9b4df18f8a2d340ad2d18 100644
(file)
--- a/
net/updatedd/files/ddns.hotplug
+++ b/
net/updatedd/files/ddns.hotplug
@@
-1,6
+1,6
@@
NAME=updatedd
-CONFIG=/etc/
$NAME.conf
-COMMAND=/usr/
s
bin/$NAME
+CONFIG=/etc/
config/$NAME
+COMMAND=/usr/bin/$NAME
[ "$ACTION" = "ifup" -a "$INTERFACE" = "wan" ] && {
[ -x $COMMAND ] && [ -r $CONFIG ] && {