diff options
author | 2002-02-08 20:13:05 +0000 | |
---|---|---|
committer | 2002-02-08 20:13:05 +0000 | |
commit | ca8b5e5fc41f077fce6d1eac5d096ede03db482f (patch) | |
tree | daddec534903a48f7e2be0c8aed338351f71a7ad /app-admin/chkrootkit | |
parent | first usable version :-)) (diff) | |
download | gentoo-2-ca8b5e5fc41f077fce6d1eac5d096ede03db482f.tar.gz gentoo-2-ca8b5e5fc41f077fce6d1eac5d096ede03db482f.tar.bz2 gentoo-2-ca8b5e5fc41f077fce6d1eac5d096ede03db482f.zip |
New ebuild for the paranoid (or perhaps just cautious).
Diffstat (limited to 'app-admin/chkrootkit')
-rw-r--r-- | app-admin/chkrootkit/chkrootkit-0.35.ebuild | 21 | ||||
-rw-r--r-- | app-admin/chkrootkit/files/digest-chkrootkit-0.35 | 1 |
2 files changed, 22 insertions, 0 deletions
diff --git a/app-admin/chkrootkit/chkrootkit-0.35.ebuild b/app-admin/chkrootkit/chkrootkit-0.35.ebuild new file mode 100644 index 000000000000..9830cc6aed87 --- /dev/null +++ b/app-admin/chkrootkit/chkrootkit-0.35.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Maintainer: Grant Goodyear <g2boojum@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/app-admin/chkrootkit/chkrootkit-0.35.ebuild,v 1.1 2002/02/08 20:13:05 g2boojum Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="chkrootkit is a tool to locally check for signs of a rootkit. +" +SRC_URI="ftp://ftp.pangeia.com.br/pub/seg/pac/${PN}.tar.gz" +HOMEPAGE="http://www.chkrootkit.org/" + +DEPEND="virtual/glibc" + +src_compile() { + make sense +} + +src_install () { + dosbin check_wtmpx chklastlog chkproc chkrootkit chkwtmp ifpromisc + dodoc COPYRIGHT README README.chklastlog README.chkwtmp +} diff --git a/app-admin/chkrootkit/files/digest-chkrootkit-0.35 b/app-admin/chkrootkit/files/digest-chkrootkit-0.35 new file mode 100644 index 000000000000..e013a5f401d8 --- /dev/null +++ b/app-admin/chkrootkit/files/digest-chkrootkit-0.35 @@ -0,0 +1 @@ +MD5 edf50a9c8c6bf09b0a9147f2e6168826 chkrootkit.tar.gz 23571 |