diff options
author | martti <martti@pkgsrc.org> | 2003-07-21 17:20:17 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2003-07-21 17:20:17 +0000 |
commit | c1b54b4f61922c33d9de664f0881815f97d7f008 (patch) | |
tree | f188cb113cf8eb05eecb0a886c897bec8fd12151 /security/portsentry | |
parent | 8cee801716c19084440add72337db8c66fdecd77 (diff) | |
download | pkgsrc-c1b54b4f61922c33d9de664f0881815f97d7f008.tar.gz |
COMMENT should start with a capital letter.
Diffstat (limited to 'security/portsentry')
-rw-r--r-- | security/portsentry/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/portsentry/Makefile b/security/portsentry/Makefile index 0adfae7c657..40350c73259 100644 --- a/security/portsentry/Makefile +++ b/security/portsentry/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2003/07/17 22:53:10 grant Exp $ +# $NetBSD: Makefile,v 1.9 2003/07/21 17:20:28 martti Exp $ # DISTNAME= portsentry-1.0 @@ -8,7 +8,7 @@ MASTER_SITES= http://www.psionic.com/tools/ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.psionic.com/abacus/portsentry/ -COMMENT= detects and respond to port scans against a target host in real-time +COMMENT= Detects and respond to port scans against a target host in real-time LICENSE= portsentry-license |