From: Wouter Wijngaards Date: Wed, 14 Oct 2015 12:22:49 +0000 (+0000) Subject: - Fix manpage to suggest using SIGTERM to terminate the server. X-Git-Tag: release-1.5.6rc1~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b383dd40fac54ab59c03cd252ed86293adbb16c4;p=thirdparty%2Funbound.git - Fix manpage to suggest using SIGTERM to terminate the server. git-svn-id: file:///svn/unbound/trunk@3505 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/doc/Changelog b/doc/Changelog index 73ccfb54e..cfcae0567 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -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 diff --git a/doc/unbound.conf.5.in b/doc/unbound.conf.5.in index 76058f2c4..6b265db3e 100644 --- a/doc/unbound.conf.5.in +++ b/doc/unbound.conf.5.in @@ -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