diff options
author | Anders Nordby <anders@FreeBSD.org> | 2009-05-19 08:16:42 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2009-05-19 08:16:42 +0000 |
commit | 3a55a345c838d11e374120df573830f8df6cf48a (patch) | |
tree | 1df8c2a98a0eb3136c39a3f5d0f11047da0dc97a | |
parent | Update to 2.26.2. (diff) |
Fiddle rcorder bits in the startup script, so that sshblock actually
starts on boot.
Notes
Notes:
svn path=/head/; revision=234194
-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. |