ddns-scripts: Update to Version 2.1.0-1 see description 522/head
authorChristian Schoenebeck <christian.schoenebeck@gmail.com>
Sun, 9 Nov 2014 15:37:11 +0000 (16:37 +0100)
committerChristian Schoenebeck <christian.schoenebeck@gmail.com>
Sun, 9 Nov 2014 15:37:11 +0000 (16:37 +0100)
commit419265144890548d65608e7c3deb37d4d8f476af
tree95b0c67dda1e332e1a5fc15e5ca89c1871750ef9
parent43d2457b9891dce4def5e95d65cd33a30ca1c24e
ddns-scripts: Update to Version 2.1.0-1 see description

- fixed postinst and prerm in Makefile
- implementation of provider specific update scripts into services and
services_ipv6 file.
first Provider "no-ip.com" - Thanks to DarkStarXxX for
request and testing
- finished uci/ddns wiki at http://wiki.openwrt.org/doc/uci/ddns
- rewritten retry management
- rewritten logging including following Issue 469
https://github.com/openwrt/packages/issues/469
- stop running sections on hotplug ifdown event (like start on ifup)
- implement trap detection
also kill "sleep" child processes
SIGHUP to reload configuration (not really reloading, simply
starting a new process)
/etc/init.d/ddns reload implemented
- code optimization
- new provider LoopiaDNS.se Issue 494
https://github.com/openwrt/packages/issues/494

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
12 files changed:
net/ddns-scripts/CHANGELOG [new file with mode: 0644]
net/ddns-scripts/Makefile
net/ddns-scripts/files/etc/config/ddns
net/ddns-scripts/files/etc/config/ddns.sample
net/ddns-scripts/files/etc/hotplug.d/iface/25-ddns
net/ddns-scripts/files/etc/init.d/ddns
net/ddns-scripts/files/usr/lib/ddns/dynamic_dns_functions.sh
net/ddns-scripts/files/usr/lib/ddns/dynamic_dns_updater.sh
net/ddns-scripts/files/usr/lib/ddns/services
net/ddns-scripts/files/usr/lib/ddns/services_ipv6
net/ddns-scripts/files/usr/lib/ddns/update_no-ip.sh [new file with mode: 0644]
net/ddns-scripts/files/usr/lib/ddns/update_sample.sh