diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-26 22:08:33 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-26 22:08:33 +0000 |
commit | 302f45f68260386837b847cad2bf2a68cbf397c7 (patch) | |
tree | b1f17c3fde6e67eab6c8fa26bb397182629a98d7 /security/chkrootkit/Makefile | |
parent | e3c6e2af409fff6d7b0f8709696434818575d438 (diff) | |
download | ports-302f45f68260386837b847cad2bf2a68cbf397c7.tar.gz ports-302f45f68260386837b847cad2bf2a68cbf397c7.zip |
Notes
Diffstat (limited to 'security/chkrootkit/Makefile')
-rw-r--r-- | security/chkrootkit/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/chkrootkit/Makefile b/security/chkrootkit/Makefile index 5772d0a95ad7..dd2eb6be2b23 100644 --- a/security/chkrootkit/Makefile +++ b/security/chkrootkit/Makefile @@ -6,18 +6,18 @@ # PORTNAME= chkrootkit -PORTVERSION= 0.41 +PORTVERSION= 0.42 CATEGORIES= security MASTER_SITES= ftp://ftp.pangeia.com.br/pub/seg/pac/ -MAINTAINER= cordeiro@luinil.nic.br +MAINTAINER= cordeiro@nic.br COMMENT= A tool to locally check for signs of a rootkit USE_REINPLACE= yes ALL_TARGET= chkrootkit chklastlog chkwtmp chkproc chkdirs ifpromisc check_wtmpx strings -DOCFILES= COPYRIGHT README README.chklastlog README.chkwtmp +DOCFILES= ACKNOWLEDGMENTS COPYRIGHT README README.chklastlog README.chkwtmp BINMODE= 0700 |