Module Name: src
Committed By: christos
Date: Wed Nov 6 20:29:46 UTC 2019
Modified Files:
src/external/bsd/blacklist/bin: blacklistd.8
Log Message:
Add signal documentation from Kurt Lidl @ FreeBSD
s/don't/do not/
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/external/bsd/blacklist/bin/blacklistd.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/blacklist/bin/blacklistd.8
diff -u src/external/bsd/blacklist/bin/blacklistd.8:1.18 src/external/bsd/blacklist/bin/blacklistd.8:1.19
--- src/external/bsd/blacklist/bin/blacklistd.8:1.18 Sat Jul 30 02:09:29 2016
+++ src/external/bsd/blacklist/bin/blacklistd.8 Wed Nov 6 15:29:46 2019
@@ -1,4 +1,4 @@
-.\" $NetBSD: blacklistd.8,v 1.18 2016/07/30 06:09:29 dholland Exp $
+.\" $NetBSD: blacklistd.8,v 1.19 2019/11/06 20:29:46 christos Exp $
.\"
.\" Copyright (c) 2015 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd June 7, 2016
+.Dd November 6, 2019
.Dt BLACKLISTD 8
.Os
.Sh NAME
@@ -178,7 +178,7 @@ Specify the default rule name for the pa
.It Fl r
Re-read the firewall rules from the internal database, then
remove and re-add them.
-This helps for packet filters that don't retain state across reboots.
+This helps for packet filters that do not retain state across reboots.
.It Fl s Ar sockpath
Add
.Ar sockpath
@@ -197,6 +197,26 @@ diagnostic messages to
.Dv stdout
instead of
.Xr syslogd 8 .
+.Sh SIGNAL HANDLING
+.Nm
+deals with the following signals:
+.Bl -tag -width "USR2"
+.It HUP
+Receipt of this signal causes
+.Nm
+to re-read the configuration file.
+.It INT, TERM & QUIT
+These signals tell
+.Nm
+to exit in an orderly fashion.
+.It USR1
+This signal tells
+.Nm
+to increase the internal debugging level by 1.
+.It USR2
+This signal tells
+.Nm
+to decrease the internal debugging level by 1.
.El
.Sh FILES
.Bl -tag -width /libexec/blacklistd-helper -compact