Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/blocklist s/Black/Block
details: https://anonhg.NetBSD.org/src/rev/9f7bd8fdbe7a
branches: trunk
changeset: 934672:9f7bd8fdbe7a
user: christos <christos%NetBSD.org@localhost>
date: Mon Jun 15 21:27:57 2020 +0000
description:
s/Black/Block
diffstat:
external/bsd/blocklist/README | 4 ++--
external/bsd/blocklist/etc/blocklistd.conf | 2 +-
external/bsd/blocklist/lib/libblocklist.3 | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
diffs (45 lines):
diff -r b7e772d50234 -r 9f7bd8fdbe7a external/bsd/blocklist/README
--- a/external/bsd/blocklist/README Mon Jun 15 20:27:30 2020 +0000
+++ b/external/bsd/blocklist/README Mon Jun 15 21:27:57 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: README,v 1.1.1.1 2020/06/15 01:52:52 christos Exp $
+# $NetBSD: README,v 1.2 2020/06/15 21:27:57 christos Exp $
This package contains library that can be used by network daemons to
communicate with a packet filter via a daemon to enforce opening and
@@ -52,7 +52,7 @@
The configuration file contains entries of the form:
-# Blacklist rule
+# Blocklist rule
# host/Port type protocol owner name nfail disable
192.168.1.1:ssh stream tcp * -int 10 1m
8.8.8.8:ssh stream tcp * -ext 6 60m
diff -r b7e772d50234 -r 9f7bd8fdbe7a external/bsd/blocklist/etc/blocklistd.conf
--- a/external/bsd/blocklist/etc/blocklistd.conf Mon Jun 15 20:27:30 2020 +0000
+++ b/external/bsd/blocklist/etc/blocklistd.conf Mon Jun 15 21:27:57 2020 +0000
@@ -1,4 +1,4 @@
-# Blacklist rule
+# Blocklist rule
# adr/mask:port type proto owner name nfail disable
[local]
ssh stream * * * 3 6h
diff -r b7e772d50234 -r 9f7bd8fdbe7a external/bsd/blocklist/lib/libblocklist.3
--- a/external/bsd/blocklist/lib/libblocklist.3 Mon Jun 15 20:27:30 2020 +0000
+++ b/external/bsd/blocklist/lib/libblocklist.3 Mon Jun 15 21:27:57 2020 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: libblocklist.3,v 1.2 2020/06/15 02:29:45 christos Exp $
+.\" $NetBSD: libblocklist.3,v 1.3 2020/06/15 21:27:57 christos Exp $
.\"
.\" Copyright (c) 2015 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -37,7 +37,7 @@
.Nm blocklist ,
.Nm blocklist_sa ,
.Nm blocklist_sa_r
-.Nd Blacklistd notification library
+.Nd Blocklistd notification library
.Sh LIBRARY
.Lb libblocklist
.Sh SYNOPSIS
Home |
Main Index |
Thread Index |
Old Index