summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-ddns/root/etc
diff options
context:
space:
mode:
authorChristian Schoenebeck <christian.schoenebeck@gmail.com>2015-01-11 00:14:59 +0100
committerChristian Schoenebeck <christian.schoenebeck@gmail.com>2015-01-11 00:16:07 +0100
commitea5f22e65325ed1463e73805992fcaaa57b246f8 (patch)
tree7c51b3897307b59bc2a1b24d9c4f3534982691c7 /applications/luci-app-ddns/root/etc
parent1ce2d8f46af0673068a8057dbeb76af9c477ad55 (diff)
luci-app-ddns: adaption to new luci structure and cleanup
- adaption to LuCI's new directory structure on github - adaption to LuCI's new Makefile optional settings - remove CHANGELOG from github - directory structure cleanup not all patches of 2.1.0-3 and before were applied to new directory structure Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Diffstat (limited to 'applications/luci-app-ddns/root/etc')
-rwxr-xr-xapplications/luci-app-ddns/root/etc/uci-defaults/luci-ddns14
1 files changed, 0 insertions, 14 deletions
diff --git a/applications/luci-app-ddns/root/etc/uci-defaults/luci-ddns b/applications/luci-app-ddns/root/etc/uci-defaults/luci-ddns
index 5d3f56f98..9fd875e34 100755
--- a/applications/luci-app-ddns/root/etc/uci-defaults/luci-ddns
+++ b/applications/luci-app-ddns/root/etc/uci-defaults/luci-ddns
@@ -1,24 +1,10 @@
#!/bin/sh
-# luci updates are not in sync with ddns-script updates !!!
-# needed because luci update might delete helper script
-# copy dynamic_dns_helper.tmp.sh from ddns-scripts
-cp -f /usr/lib/ddns/dynamic_dns_lucihelper.tmp.sh /usr/lib/ddns/dynamic_dns_lucihelper.sh
-
# no longer needed for "Save and Apply" to restart ddns
uci -q batch <<-EOF >/dev/null
delete ucitrack.@ddns[-1]
commit ucitrack
EOF
-# make helper script executable
-chmod 755 /usr/lib/ddns/dynamic_dns_lucihelper.sh
-
-# update application section for luci-app-ddns
-uci -q get ddns.global > /dev/null || uci -q set ddns.global='ddns'
-uci -q get ddns.global.date_format > /dev/null || uci -q set ddns.global.date_format='%F %R'
-uci -q get ddns.global.log_lines > /dev/null || uci -q set ddns.global.log_lines='250'
-uci -q commit ddns
-
rm -f /tmp/luci-indexcache
exit 0