diff options
author | Christian Schoenebeck <christian.schoenebeck@gmail.com> | 2015-02-10 22:06:02 +0100 |
---|---|---|
committer | Christian Schoenebeck <christian.schoenebeck@gmail.com> | 2015-02-10 22:06:02 +0100 |
commit | 5731d0e52d924f90258adb8d44843bd9f85bd025 (patch) | |
tree | 5e9c532ba3af9a93728b5dc6b769e143ca04c73c /net/ddns-scripts/files/ddns.init | |
parent | 90df5a2f5bf4946f9745176d9b5ed13178c56d1f (diff) |
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>
Diffstat (limited to 'net/ddns-scripts/files/ddns.init')
-rw-r--r-- | net/ddns-scripts/files/ddns.init | 1 |
1 files changed, 1 insertions, 0 deletions
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() { |