aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Nordby <anders@FreeBSD.org>2009-05-19 08:16:42 +0000
committerAnders Nordby <anders@FreeBSD.org>2009-05-19 08:16:42 +0000
commit3a55a345c838d11e374120df573830f8df6cf48a (patch)
tree1df8c2a98a0eb3136c39a3f5d0f11047da0dc97a
parenta479c48bb6631ac0cb51739690913415f799ba89 (diff)
downloadports-3a55a345c838d11e374120df573830f8df6cf48a.tar.gz
ports-3a55a345c838d11e374120df573830f8df6cf48a.zip
Notes
-rw-r--r--security/sshblock/Makefile1
-rw-r--r--security/sshblock/files/sshblock.in4
2 files changed, 4 insertions, 1 deletions
diff --git a/security/sshblock/Makefile b/security/sshblock/Makefile
index 4eb7be0d0c40..dd00c0d42d93 100644
--- a/security/sshblock/Makefile
+++ b/security/sshblock/Makefile
@@ -7,6 +7,7 @@
PORTNAME= sshblock
PORTVERSION= 1.0
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://www.bsdconsulting.no/tools/
EXTRACT_SUFX= .pl
diff --git a/security/sshblock/files/sshblock.in b/security/sshblock/files/sshblock.in
index 13e3b184f1e1..d3d8cb7ae222 100644
--- a/security/sshblock/files/sshblock.in
+++ b/security/sshblock/files/sshblock.in
@@ -2,7 +2,9 @@
#
# $FreeBSD$
#
-
+# PROVIDE: sshblock
+# REQUIRE: DAEMON
+# KEYWORD: shutdown
#
# Add the following lines to /etc/rc.conf to enable sshblock:
# sshblock_enable (bool): Set to "NO" by default.