]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix manpage to suggest using SIGTERM to terminate the server.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 14 Oct 2015 12:22:49 +0000 (12:22 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 14 Oct 2015 12:22:49 +0000 (12:22 +0000)
git-svn-id: file:///svn/unbound/trunk@3505 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
doc/unbound.conf.5.in

index 73ccfb54ea50ba34d72447cf0d1fa123b6cbc242..cfcae05670ee6f520f4b0b21b28630797f5bf4f1 100644 (file)
@@ -1,6 +1,7 @@
 14 October 2015: Wouter
        - ANY responses include DNAME records if present, as per Evan Hunt's
          remark in dnsop.
+       - Fix manpage to suggest using SIGTERM to terminate the server.
 
 9 October 2015: Wouter
        - Default for ssl-port is port 853, the temporary port assignment
index 76058f2c4631cf6e508365cc9f0952d9837fe13b..6b265db3e756128078ecd3a3e9fa26179196830f 100644 (file)
@@ -481,7 +481,7 @@ kill \-HUP `cat @UNBOUND_PIDFILE@`
 .fi
 triggers a reload,
 .nf
-kill \-QUIT `cat @UNBOUND_PIDFILE@` 
+kill \-TERM `cat @UNBOUND_PIDFILE@` 
 .fi
 gracefully terminates.
 .TP