Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 217776 Details for
Bug 295433
app-forensics/rkhunter-1.3.6 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for rkhunter-1.3.6
rkhunter-1.3.6.ebuild (text/plain), 1.63 KB, created by
alex
on 2010-01-29 00:10:33 UTC
(
hide
)
Description:
ebuild for rkhunter-1.3.6
Filename:
MIME Type:
Creator:
alex
Created:
2010-01-29 00:10:33 UTC
Size:
1.63 KB
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >EAPI=2 > >inherit eutils bash-completion > >DESCRIPTION="Rootkit Hunter scans for known and unknown rootkits, backdoors, and sniffers." >HOMEPAGE="http://rkhunter.sf.net/" >SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="alpha amd64 ~mips ppc ~sparc x86" >IUSE="" > >RDEPEND="virtual/mta > app-shells/bash > dev-lang/perl > sys-process/lsof" > >S="${WORKDIR}/${P}/files" > >src_prepare() { > epatch "${FILESDIR}/${PN}.conf.patch" >} > >src_install() { > # rkhunter requires to be root > dosbin ${PN} > > # rkhunter doesn't create it by itself > dodir /var/lib/${PN}/tmp > > insinto /etc > doins ${PN}.conf || die "failed to install ${PN}.conf" > > exeinto /usr/lib/${PN}/scripts > doexe *.pl || die "failed to install scripts" > > insinto /var/lib/${PN}/db > doins *.dat || die "failed to install dat files" > > insinto /var/lib/${PN}/db/i18n > doins i18n/* > > doman ${PN}.8 || die "doman failed" > dodoc ACKNOWLEDGMENTS CHANGELOG FAQ README || die "dodoc failed" > > exeinto /etc/cron.daily > newexe "${FILESDIR}/${PN}-1.3.cron" ${PN} || \ > die "failed to install cron script" > > dobashcompletion "${FILESDIR}/${PN}.bash-completion" >} > >pkg_postinst() { > einfo > einfo "A cron script has been installed to /etc/cron.daily/rkhunter." > einfo "To enable it, edit /etc/cron.daily/rkhunter and follow the" > einfo "directions." > einfo > bash-completion_pkg_postinst >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 295433
:
217776
|
218199