diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-02 23:50:28 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-02 23:50:28 +0000 |
commit | 0339b9317a0ec6ecb2b9bb4c8baba8003ab00b03 (patch) | |
tree | f4d3ef6a6624ed29471455ef9efabf6c9f6ee034 /app-admin | |
parent | Version bump (diff) | |
download | historical-0339b9317a0ec6ecb2b9bb4c8baba8003ab00b03.tar.gz historical-0339b9317a0ec6ecb2b9bb4c8baba8003ab00b03.tar.bz2 historical-0339b9317a0ec6ecb2b9bb4c8baba8003ab00b03.zip |
Fixed HOMEPAGE variable
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/chkrootkit/chkrootkit-0.35.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-admin/chkrootkit/chkrootkit-0.35.ebuild b/app-admin/chkrootkit/chkrootkit-0.35.ebuild index 8f31ac3fdfa2..41641f551c63 100644 --- a/app-admin/chkrootkit/chkrootkit-0.35.ebuild +++ b/app-admin/chkrootkit/chkrootkit-0.35.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-admin/chkrootkit/chkrootkit-0.35.ebuild,v 1.6 2002/08/16 02:21:27 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/chkrootkit/chkrootkit-0.35.ebuild,v 1.7 2002/10/02 23:50:28 vapier Exp $ S=${WORKDIR}/${P} -DESCRIPTION="chkrootkit is a tool to locally check for signs of a rootkit. -" +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" SLOT="0" HOMEPAGE="http://www.chkrootkit.org/" |