diff options
author | garga <garga@FreeBSD.org> | 2005-10-29 00:50:11 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2005-10-29 00:50:11 +0800 |
commit | b1100d31e3b62564ed45b68ef59efa1edccfa72f (patch) | |
tree | 8207962bc5a41459e5edf1445a93dcbb74572b45 /security/chkrootkit/Makefile | |
parent | ecc736383464b4368520bf7208f957bb604a4c1d (diff) | |
download | freebsd-ports-gnome-b1100d31e3b62564ed45b68ef59efa1edccfa72f.tar.gz freebsd-ports-gnome-b1100d31e3b62564ed45b68ef59efa1edccfa72f.tar.zst freebsd-ports-gnome-b1100d31e3b62564ed45b68ef59efa1edccfa72f.zip |
- Unbreak: Update to 0.46a
Approved by: maintainer
Diffstat (limited to 'security/chkrootkit/Makefile')
-rw-r--r-- | security/chkrootkit/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/chkrootkit/Makefile b/security/chkrootkit/Makefile index f23371a916c7..c93f264ca0a7 100644 --- a/security/chkrootkit/Makefile +++ b/security/chkrootkit/Makefile @@ -6,7 +6,7 @@ # PORTNAME= chkrootkit -PORTVERSION= 0.46 +PORTVERSION= 0.46a CATEGORIES= security MASTER_SITES= ftp://ftp.pangeia.com.br/pub/seg/pac/ \ ftp://gd.tuwien.ac.at/infosys/security/chkrootkit/ \ @@ -20,8 +20,6 @@ MASTER_SITES= ftp://ftp.pangeia.com.br/pub/seg/pac/ \ MAINTAINER= cordeiro@nic.br COMMENT= A tool to locally check for signs of a rootkit -BROKEN= "chkproc sends a 25 signal to init causing a reboot after a 30s sleep" - USE_REINPLACE= yes ALL_TARGET= chkrootkit chklastlog chkwtmp chkutmp chkproc chkdirs ifpromisc check_wtmpx strings |