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 The name of the action used with ...
details: https://anonhg.NetBSD.org/src/rev/7c1e8c06addb
branches: trunk
changeset: 932390:7c1e8c06addb
user: snj <snj%NetBSD.org@localhost>
date: Wed May 06 14:59:51 2020 +0000
description:
The name of the action used with blacklistd's control script is rem,
not remove. From Jose Luis Duran in PR bin/55195.
diffstat:
external/bsd/blacklist/bin/blacklistd.8 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r e947af27a4f4 -r 7c1e8c06addb external/bsd/blacklist/bin/blacklistd.8
--- a/external/bsd/blacklist/bin/blacklistd.8 Wed May 06 14:33:52 2020 +0000
+++ b/external/bsd/blacklist/bin/blacklistd.8 Wed May 06 14:59:51 2020 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: blacklistd.8,v 1.23 2020/04/21 13:57:12 christos Exp $
+.\" $NetBSD: blacklistd.8,v 1.24 2020/05/06 14:59:51 snj Exp $
.\"
.\" Copyright (c) 2015 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -123,10 +123,10 @@
kept.
.Pp
If the action is
-.Dq remove
+.Dq rem
Then the same control script is invoked as:
.Bd -literal -offset indent
-control remove <rulename> <proto> <address> <mask> <port> <id>
+control rem <rulename> <proto> <address> <mask> <port> <id>
.Ed
.Pp
where
Home |
Main Index |
Thread Index |
Old Index