Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/blacklist/bin Add signal documentation from Kur...



details:   https://anonhg.NetBSD.org/src/rev/5fa2ad8d6598
branches:  trunk
changeset: 846245:5fa2ad8d6598
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Nov 06 20:29:46 2019 +0000

description:
Add signal documentation from Kurt Lidl @ FreeBSD
s/don't/do not/

diffstat:

 external/bsd/blacklist/bin/blacklistd.8 |  26 +++++++++++++++++++++++---
 1 files changed, 23 insertions(+), 3 deletions(-)

diffs (54 lines):

diff -r 7abf8a39d0f0 -r 5fa2ad8d6598 external/bsd/blacklist/bin/blacklistd.8
--- a/external/bsd/blacklist/bin/blacklistd.8   Wed Nov 06 20:29:41 2019 +0000
+++ b/external/bsd/blacklist/bin/blacklistd.8   Wed Nov 06 20:29:46 2019 +0000
@@ -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 @@
 .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 @@
 .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



Home | Main Index | Thread Index | Old Index