diff options
author | anders <anders@FreeBSD.org> | 2009-05-19 16:16:42 +0800 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2009-05-19 16:16:42 +0800 |
commit | 78079ee1af287583e4ada8fb38d141298743c898 (patch) | |
tree | 0d6c9b7cb97eb3b4e1a026e8fd1f825d2607b92c | |
parent | 8dba300042cdd96057099077bb01742ece068392 (diff) | |
download | freebsd-ports-gnome-78079ee1af287583e4ada8fb38d141298743c898.tar.gz freebsd-ports-gnome-78079ee1af287583e4ada8fb38d141298743c898.tar.zst freebsd-ports-gnome-78079ee1af287583e4ada8fb38d141298743c898.zip |
Fiddle rcorder bits in the startup script, so that sshblock actually
starts on boot.
-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. |