Module Name:    src
Committed By:   christos
Date:           Sun Jan 25 22:59:40 UTC 2015

Modified Files:
        src/external/bsd/blacklist/bin: blacklistd.8

Log Message:
sync rem control script api


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 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.6 src/external/bsd/blacklist/bin/blacklistd.8:1.7
--- src/external/bsd/blacklist/bin/blacklistd.8:1.6	Sun Jan 25 15:59:39 2015
+++ src/external/bsd/blacklist/bin/blacklistd.8	Sun Jan 25 17:59:40 2015
@@ -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 @@ The
 .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 

Reply via email to