diff options
author | Doug Barton <dougb@FreeBSD.org> | 2012-08-05 23:19:36 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2012-08-05 23:19:36 +0000 |
commit | 9aac569eaa031e27191a3f4165b389a17f467ad2 (patch) | |
tree | 1ed78841e1757014ccc09581c61c3683992d3f77 /security/bruteblock | |
parent | 47b836bfe5c397deb173a868525d4cba22cbb5fa (diff) | |
download | ports-9aac569eaa031e27191a3f4165b389a17f467ad2.tar.gz ports-9aac569eaa031e27191a3f4165b389a17f467ad2.zip |
Notes
Diffstat (limited to 'security/bruteblock')
-rw-r--r-- | security/bruteblock/Makefile | 2 | ||||
-rw-r--r-- | security/bruteblock/files/bruteblockd.in (renamed from security/bruteblock/files/bruteblockd.sh.in) | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/security/bruteblock/Makefile b/security/bruteblock/Makefile index dd851d4a8eb1..9f4f793eede0 100644 --- a/security/bruteblock/Makefile +++ b/security/bruteblock/Makefile @@ -21,7 +21,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message MAKE_JOBS_SAFE= yes -USE_RC_SUBR= bruteblockd.sh +USE_RC_SUBR= bruteblockd MAN8= bruteblock.8 CONFDIR= ${PREFIX}/etc/${PORTNAME} diff --git a/security/bruteblock/files/bruteblockd.sh.in b/security/bruteblock/files/bruteblockd.in index 51de2ea73635..23e95fd97106 100644 --- a/security/bruteblock/files/bruteblockd.sh.in +++ b/security/bruteblock/files/bruteblockd.in @@ -1,5 +1,7 @@ #!/bin/sh +# $FreeBSD$ +# # PROVIDE: bruteblockd # REQUIRE: NETWORKING syslogd # KEYWORD: nojail |