diff options
Diffstat (limited to 'app-admin/rkhunter/rkhunter-1.1.5.ebuild')
-rw-r--r-- | app-admin/rkhunter/rkhunter-1.1.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/rkhunter/rkhunter-1.1.5.ebuild b/app-admin/rkhunter/rkhunter-1.1.5.ebuild index 32895f17d6c9..1387a648c45c 100644 --- a/app-admin/rkhunter/rkhunter-1.1.5.ebuild +++ b/app-admin/rkhunter/rkhunter-1.1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/rkhunter/rkhunter-1.1.5.ebuild,v 1.1 2004/08/12 00:02:29 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/rkhunter/rkhunter-1.1.5.ebuild,v 1.2 2004/08/15 20:24:40 solar Exp $ DESCRIPTION="Rootkit Hunter scans for known and unknown rootkits, backdoors, and sniffers." HOMEPAGE="http://www.rootkit.nl/" @@ -24,7 +24,7 @@ src_install() { doins *.dat dodir /usr/lib/rkhunter/scripts exeinto /usr/lib/rkhunter/scripts - doexe *.pl + doexe *.pl check_update.sh insinto /etc doins rkhunter.conf dosed "s:#DBDIR=/usr/local/rkhunter/db:DBDIR=/usr/lib/rkhunter/db\nINSTALLDIR=/usr:g" /etc/rkhunter.conf |