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 sync rem control script api
details: https://anonhg.NetBSD.org/src/rev/33f61b04fb2c
branches: trunk
changeset: 335837:33f61b04fb2c
user: christos <christos%NetBSD.org@localhost>
date: Sun Jan 25 22:59:40 2015 +0000
description:
sync rem control script api
diffstat:
external/bsd/blacklist/bin/blacklistd.8 | 12 +++++++-----
1 files changed, 7 insertions(+), 5 deletions(-)
diffs (38 lines):
diff -r 21099b6b19b2 -r 33f61b04fb2c external/bsd/blacklist/bin/blacklistd.8
--- a/external/bsd/blacklist/bin/blacklistd.8 Sun Jan 25 22:58:23 2015 +0000
+++ b/external/bsd/blacklist/bin/blacklistd.8 Sun Jan 25 22:59:40 2015 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: blacklistd.8,v 1.6 2015/01/25 20:59:39 christos Exp $
+.\" $NetBSD: blacklistd.8,v 1.7 2015/01/25 22:59:40 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 January 24, 2015
+.Dd January 25, 2015
.Dt BLACKLISTD 8
.Os
.Sh NAME
@@ -78,14 +78,16 @@
.Ar rulename
argument can be set from the command line (default
.Dv blacklistd ).
-The script should print a numerical id to stdout as a handle for
-the rule that can be used later to remove that connection.
+The script could print a numerical id to stdout as a handle for
+the rule that can be used later to remove that connection, but
+that is not required as all information to remove the rule is
+kept.
.Pp
If the action is
.Dq remove
Then the same control script is invoked as:
.Bd -literal -offset indent
-control rem <rulename> <id>
+control rem <rulename> <proto> <port> <address> <id>
.Ed
.Pp
where
Home |
Main Index |
Thread Index |
Old Index