aboutsummaryrefslogtreecommitdiff
path: root/security/bruteblock
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-19 11:09:14 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-19 11:09:14 +0000
commite87a8bd319cefd3a75d9d061fe9ac6bad980b0db (patch)
treee9e6dc56d6e4b04cfacf45ccb3b74fdd987668e3 /security/bruteblock
parent867a3ba355276083619d6e050ed5885ecfc04d75 (diff)
downloadports-e87a8bd319cefd3a75d9d061fe9ac6bad980b0db.tar.gz
ports-e87a8bd319cefd3a75d9d061fe9ac6bad980b0db.zip
- Fix trailing whitespace in pkg-messages
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=415503
Diffstat (limited to 'security/bruteblock')
-rw-r--r--security/bruteblock/files/pkg-message.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/bruteblock/files/pkg-message.in b/security/bruteblock/files/pkg-message.in
index c012910dbaf6..9932afcc78a6 100644
--- a/security/bruteblock/files/pkg-message.in
+++ b/security/bruteblock/files/pkg-message.in
@@ -13,15 +13,15 @@ auth.info;authpriv.info |exec %%PREFIX%%/sbin/bruteblock
Also you should add ipfw2 table and the corresponding deny rule.
For example,
-# ipfw add deny ip from table(1) to any
+# ipfw add deny ip from table(1) to any
- Next, you'll want to setup periodical cleanup of ipfw2 table. Add following
+ Next, you'll want to setup periodical cleanup of ipfw2 table. Add following
lines to /etc/rc.conf:
bruteblockd_enable="YES"
bruteblockd_table="1"
bruteblockd_flags="-s 5"
-
+
and start bruteblockd: %%PREFIX%%/etc/rc.d/bruteblockd.sh start
See bruteblock(8) for more details.