diff options
author | Christian Schoenebeck <christian.schoenebeck@gmail.com> | 2014-12-07 21:31:57 +0100 |
---|---|---|
committer | Christian Schoenebeck <christian.schoenebeck@gmail.com> | 2014-12-07 21:31:57 +0100 |
commit | 61c6c67ae684b8ea9642dc5d6bdca4fead58d0c1 (patch) | |
tree | d48254cf54075e2ea89e3b21319ecbc13c53b704 /applications/luci-ddns/ipkg/postinst-pkg | |
parent | 91532de6179704e4c69f1580274123f5956baf03 (diff) |
luci-app-ddns: Update to support ddns-scripts 2.1.0-3
- modified controller
-- remove support for ddns-scripts Version 1.x
-- ddns-scripts not correctly installed do not start
-- no config file create an empty one
- moved log settings to advanced tab
- set default syslog level "Notice"
- removed special handling for dynamic_dns_helper.sh in postinst
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Diffstat (limited to 'applications/luci-ddns/ipkg/postinst-pkg')
-rw-r--r-- | applications/luci-ddns/ipkg/postinst-pkg | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/applications/luci-ddns/ipkg/postinst-pkg b/applications/luci-ddns/ipkg/postinst-pkg index 938f746f7..a2c13fa34 100644 --- a/applications/luci-ddns/ipkg/postinst-pkg +++ b/applications/luci-ddns/ipkg/postinst-pkg @@ -1,10 +1,5 @@ #!/bin/sh [ -n "${IPKG_INSTROOT}" ] || { - # 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 - ( . /etc/uci-defaults/luci-ddns ) && rm -f /etc/uci-defaults/luci-ddns exit 0 } |