diff options
author | cs <cs@FreeBSD.org> | 2013-03-30 03:33:41 +0800 |
---|---|---|
committer | cs <cs@FreeBSD.org> | 2013-03-30 03:33:41 +0800 |
commit | b1c865fef3388507fea529eee1e52c5983368769 (patch) | |
tree | 56a7cc7e21781385ea74f4d32262386371d62b78 /security/chkrootkit | |
parent | 4fce267358e6d5570fcfb9b112a11507449a2f80 (diff) | |
download | freebsd-ports-gnome-b1c865fef3388507fea529eee1e52c5983368769.tar.gz freebsd-ports-gnome-b1c865fef3388507fea529eee1e52c5983368769.tar.zst freebsd-ports-gnome-b1c865fef3388507fea529eee1e52c5983368769.zip |
- Remove A/An in COMMENT
- Trim Header where applicable
Diffstat (limited to 'security/chkrootkit')
-rw-r--r-- | security/chkrootkit/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/security/chkrootkit/Makefile b/security/chkrootkit/Makefile index ebacc1ed68c2..a84eebd83cb6 100644 --- a/security/chkrootkit/Makefile +++ b/security/chkrootkit/Makefile @@ -1,7 +1,4 @@ -# Ports collection makefile for: chkrootkit -# Date created: 13 Mar 2001 -# Whom: Luiz Eduardo R. Cordeiro -# +# Created by: Luiz Eduardo R. Cordeiro # $FreeBSD$ # @@ -18,7 +15,7 @@ MASTER_SITES= ftp://ftp.pangeia.com.br/pub/seg/pac/ \ http://chkrootkit.mirror.fr/ MAINTAINER= cordeiro@nic.br -COMMENT= A tool to locally check for signs of a rootkit +COMMENT= Tool to locally check for signs of a rootkit SCRIPT_FILES= chkrootkit PROG_FILES= chklastlog \ |