diff options
-rw-r--r-- | security/sshblock/Makefile | 1 | ||||
-rw-r--r-- | security/sshblock/files/sshblock.in | 4 |
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. |