Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 102421 Details for
Bug 105919
sys-fs/trustees removal notice
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Updated ebuild
trustees-3.0.ebuild (text/plain), 1.75 KB, created by
matts
on 2006-11-20 11:08:59 UTC
(
hide
)
Description:
Updated ebuild
Filename:
MIME Type:
Creator:
matts
Created:
2006-11-20 11:08:59 UTC
Size:
1.75 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >inherit linux-mod > >MY_PP=${PN}-${PV}-gentoo >DESCRIPTION="Advanced permission management system for Linux" >HOMEPAGE="http://trustees.sourceforge.net/" >SRC_URI="http://umn.dl.sourceforge.net/sourceforge/trustees/${PN}-${PV}.tar.bz2 > mirror://gentoo/${MY_PP}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="x86" >IUSE="" > >DEPEND="virtual/libc > virtual/linux-sources" > >pkg_setup() { > # linux-mod inherits linux-info ! > linux-mod_pkg_setup > # check prerequisites for Trustees 3.0: > # CONFIG_SECURITY is enabled > # kernel is 2.6.XXX > linux_chkconfig_builtin "SECURITY" || > die "You must have CONFIG_SECURITY enabled in your kernel to use trustees!" > if ! kernel_is 2 6; then > einfo "Your kernel version is ${KV}!" > die "Trustees 3.0 runs on kernel 2.6 only!" > fi > > # I guess we're OK! > MODULE_NAMES="trustees(security:${S}/module)" > BUILD_TARGETS="clean all" >} > >src_compile() { > linux-mod_src_compile > cd "${S}/src" > make >} > >src_install() { > linux-mod_src_install > dodir /etc > dodir /trustees > newinitd ${FILESDIR}/trustees-init.d trustees > newconfd ${FILESDIR}/trustees-conf.d trustees > dodoc README > docinto examples > dodoc examples/* > dodoc ${FILESDIR}/trustees3.conf > exeinto /sbin > doexe src/settrustees >} > >pkg_postinst() { > linux-mod_pkg_postinst > > einfo "You need to create /etc/trustees.conf. See examples in" > einfo "/usr/share/doc/${PF}/examples. After setting up your config" > einfo "file, simply use the initscript to start using trustees:" > einfo " /etc/init.d/trustees start" > einfo "After starting trustees, if you modify /etc/trustees.conf," > einfo "you need to reload trustees for the changes to take effect:" > einfo " /etc/init.d/trustees reload" >} >
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 105919
:
68422
|
68423
|
88129
|
102416
|
102417
|
102418
|
102421
|
102422