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 stub man page.



details:   https://anonhg.NetBSD.org/src/rev/66e3a71dad96
branches:  trunk
changeset: 335693:66e3a71dad96
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Jan 21 19:27:01 2015 +0000

description:
stub man page.

diffstat:

 external/bsd/blacklist/bin/Makefile       |   4 +-
 external/bsd/blacklist/bin/blacklistctl.8 |  59 +++++++++++++++++++++++++++++++
 2 files changed, 61 insertions(+), 2 deletions(-)

diffs (79 lines):

diff -r 0b5495adcab8 -r 66e3a71dad96 external/bsd/blacklist/bin/Makefile
--- a/external/bsd/blacklist/bin/Makefile       Wed Jan 21 19:24:03 2015 +0000
+++ b/external/bsd/blacklist/bin/Makefile       Wed Jan 21 19:27:01 2015 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.6 2015/01/21 19:23:42 christos Exp $
+# $NetBSD: Makefile,v 1.7 2015/01/21 19:27:01 christos Exp $
 
 BINDIR=/usr/sbin
 
 PROGS=blacklistd blacklistctl
 MAN.blacklistd=blacklistd.8
-MAN.blacklistctl=blacklistctl.1
+MAN.blacklistctl=blacklistctl.8
 MLINKS=blacklistd.8 blacklistd.conf.5
 SRCS.blacklistd = blacklistd.c conf.c run.c state.c util.c
 SRCS.blacklistctl = blacklistctl.c conf.c state.c util.c
diff -r 0b5495adcab8 -r 66e3a71dad96 external/bsd/blacklist/bin/blacklistctl.8
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/external/bsd/blacklist/bin/blacklistctl.8 Wed Jan 21 19:27:01 2015 +0000
@@ -0,0 +1,59 @@
+.\" $NetBSD: blacklistctl.8,v 1.1 2015/01/21 19:27:01 christos Exp $
+.\" 
+.\" Copyright (c) 2015 The NetBSD Foundation, Inc.
+.\" All rights reserved.
+.\"
+.\" This code is derived from software contributed to The NetBSD Foundation
+.\" by Christos Zoulas.
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\"    notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\"    notice, this list of conditions and the following disclaimer in the
+.\"    documentation and/or other materials provided with the distribution.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
+.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
+.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+.\" POSSIBILITY OF SUCH DAMAGE.
+.\" 
+.Dd January 19, 2016
+.Dt BLACKLISTCTL 8
+.Os
+.Sh NAME
+.Nm blacklistctl ,
+.Nd Display and change blacklist parameters
+.Sh SYNOPSIS
+.Nm
+.Op Fl d
+.Sh DESCRIPTION
+.Nm
+communicates with
+.Xr blacklistd 8
+to show and update parameters.
+.Sh FILES
+.Bl -tag -width /etc/blacklistctl/control -compact
+Configuration file.
+.It Pa /var/db/blacklistctl.db
+Database of current connection entries.
+.It Pa /var/run/blsock
+Socket to receive connection notifications.
+.El
+.Sh SEE ALSO
+.Xr blacklistd 8
+.Sh HISTORY
+.Nm
+appeared in
+.Nx 8
+.Sh AUTHORS
+.An Christos Zoulas



Home | Main Index | Thread Index | Old Index