From 5731d0e52d924f90258adb8d44843bd9f85bd025 Mon Sep 17 00:00:00 2001 From: Christian Schoenebeck Date: Tue, 10 Feb 2015 22:06:02 +0100 Subject: 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 --- net/ddns-scripts/files/ddns.init | 1 + 1 file changed, 1 insertion(+) (limited to 'net/ddns-scripts/files/ddns.init') diff --git a/net/ddns-scripts/files/ddns.init b/net/ddns-scripts/files/ddns.init index 361862116..84abfd5e5 100644 --- a/net/ddns-scripts/files/ddns.init +++ b/net/ddns-scripts/files/ddns.init @@ -8,6 +8,7 @@ boot() { reload() { killall -1 dynamic_dns_updater.sh 2>/dev/null # send SIGHUP + return 0 } restart() { -- cgit v1.2.3