]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix for posix shell syntax for trap in nsd-control-setup.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 16 Apr 2020 11:14:50 +0000 (13:14 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 16 Apr 2020 11:14:50 +0000 (13:14 +0200)
doc/Changelog
smallapp/unbound-control-setup.sh.in

index b779a58c409fb401072971f77f864a23163f1891..8f6a5758e14a780b74f8f8e5d7c6c8964231e1f6 100644 (file)
@@ -1,5 +1,6 @@
 16 April 2020: Wouter
        - Fix help return code in unbound-control-setup script.
+       - Fix for posix shell syntax for trap in nsd-control-setup.
 
 15 April 2020: George
        - Fix #220: auth-zone section in config may lead to segfault.
index edfac7ffada295e6ff53e487dd919678f3c7476c..3e506e84e2363d51eddddf41c6b9c186a9b405c7 100644 (file)
@@ -108,7 +108,7 @@ shift $((OPTIND - 1))
 echo "setup in directory $DESTDIR"
 cd "$DESTDIR"
 
-trap cleanup SIGINT
+trap cleanup INT
 
 # ===
 # Generate server certificate