Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 466560 Details for
Bug 591262
app-forensics/lynis-2.3.2 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
2.4.5.ebuild
lynis-2.4.5.ebuild (text/plain), 1.01 KB, created by
Kim B. Sindalsen
on 2017-03-10 18:17:51 UTC
(
hide
)
Description:
2.4.5.ebuild
Filename:
MIME Type:
Creator:
Kim B. Sindalsen
Created:
2017-03-10 18:17:51 UTC
Size:
1.01 KB
patch
obsolete
># Copyright 1999-2015 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Id$ > >EAPI="5" > >inherit eutils bash-completion-r1 > >DESCRIPTION="Security and system auditing tool" >HOMEPAGE="http://cisofy.com/lynis/" >SRC_URI="http://cisofy.com/files/${P}.tar.gz" > >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="~amd64 ~x86 ~arm" >IUSE="" > >DEPEND="" >RDEPEND="app-shells/bash" > >S="${WORKDIR}/${PN}" > >src_prepare() { > # Bug 507438 > epatch_user >} > >src_install() { > doman lynis.8 > dodoc CHANGELOG.md FAQ README > > # Remove the old one during the next stabilize progress > exeinto /etc/cron.daily > newexe "${FILESDIR}"/lynis.cron-new lynis > > dobashcomp extras/bash_completion.d/lynis > > # stricter default perms - bug 507436 > diropts -m0700 > insopts -m0600 > > insinto /usr/share/${PN} > doins -r db/ include/ plugins/ > > dosbin lynis > > insinto /etc/${PN} > doins default.prf >} > >pkg_postinst() { > einfo > einfo "A cron script has been installed to ${ROOT}etc/cron.daily/lynis." > einfo
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 591262
:
464420
| 466560 |
467214
|
470298