ddns-scripts: update to version 2.3.0-1

new option "use_curl" to force the use of curl if GNU Wget and curl are installed
fix initscript reload(): reload and not restart if killall -1 fails
BusyBox nc not support -v in every compiled version

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
This commit is contained in:
Christian Schoenebeck
2015-02-10 22:06:02 +01:00
parent 90df5a2f5b
commit 5731d0e52d
4 changed files with 28 additions and 18 deletions

View File

@@ -8,6 +8,7 @@ boot() {
reload() {
killall -1 dynamic_dns_updater.sh 2>/dev/null # send SIGHUP
return 0
}
restart() {