diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-06-12 22:13:32 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-06-12 22:13:32 +0000 |
commit | cb346df6f3f08c50ee1788cbfea92ba8bb81bd84 (patch) | |
tree | 8d5bfd49eb7f63558b9de9fa82cc328259c2b898 /security/sshguard-pf | |
parent | Allow slave ports to overwrite the COMMENT. (diff) |
Shorten COMMENT
Submitted by: sat@
Notes
Notes:
svn path=/head/; revision=193371
Diffstat (limited to 'security/sshguard-pf')
-rw-r--r-- | security/sshguard-pf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/sshguard-pf/Makefile b/security/sshguard-pf/Makefile index c2d99025da4f..6a7ba8b533f4 100644 --- a/security/sshguard-pf/Makefile +++ b/security/sshguard-pf/Makefile @@ -7,7 +7,7 @@ PKGNAMESUFFIX= -pf CONFLICTS= sshguard-1.0* sshguard-ipfw-1.0* -COMMENT= Protect networked hosts from brute force attacks against ssh using pf +COMMENT= Protect hosts from brute force attacks against ssh using pf SSHGUARDFW= pf MASTERDIR= ${.CURDIR}/../sshguard |