Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 187693 Details for
Bug 265453
sys-apps/pmount-0.9.19 and ext4 patch
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
proposed pmount-0.9.19.ebuild
pmount-0.9.19.ebuild (text/plain), 1.53 KB, created by
Michelangelo Scopelliti
on 2009-04-08 14:23:14 UTC
(
hide
)
Description:
proposed pmount-0.9.19.ebuild
Filename:
MIME Type:
Creator:
Michelangelo Scopelliti
Created:
2009-04-08 14:23:14 UTC
Size:
1.53 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >DESCRIPTION="Policy based mounter that gives the ability to mount removable devices as a user" >HOMEPAGE="http://pmount.alioth.debian.org/" >SRC_URI="http://alioth.debian.org/frs/download.php/2867/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" >IUSE="crypt hal nls" > >RDEPEND="hal? ( >=sys-apps/dbus-0.33 >=sys-apps/hal-0.5.2 ) > crypt? ( >=sys-fs/cryptsetup-1.0.5 )" >DEPEND="${RDEPEND} > >=dev-util/intltool-0.40" > ># Newly introduced test suite fails. >RESTRICT="test" > >pkg_setup() { > enewgroup plugdev >} > >src_unpack() { > unpack "${A}" > cd "${S}" > epatch "${FILESDIR}"/${P}-ext4.patch >} > >src_compile() { > econf $(use_enable hal) $(use_enable nls) > emake || die "emake failed" >} > >src_install() { > # Must be run SETUID+SETGID, bug #250106 > exeinto /usr/bin > exeopts -m 6710 -g plugdev > doexe src/pmount src/pumount src/pmount-hal > > dodoc AUTHORS ChangeLog INSTALL NEWS README* TODO > doman man/pmount.1 man/pumount.1 man/pmount-hal.1 > > insinto /etc > doins etc/pmount.allow >} > >pkg_postinst() { > elog > elog "This package has been installed setuid and setgid." > > elog "The permissions are as such that only users that belong to the plugdev" > elog "group are allowed to run this. But if a script run by root mounts a" > elog "device, members of the plugdev group will have access to it." > elog > elog "Please add your user to the plugdev group to be able to mount USB drives" >}
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 265453
:
187691
| 187693