Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 57417 Details for
Bug 69575
new ebuild: pmount
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
pmount-0.8.ebuild
pmount-0.8.ebuild (text/plain), 678 bytes, created by
Petteri Räty (RETIRED)
on 2005-04-27 12:33:15 UTC
(
hide
)
Description:
pmount-0.8.ebuild
Filename:
MIME Type:
Creator:
Petteri Räty (RETIRED)
Created:
2005-04-27 12:33:15 UTC
Size:
678 bytes
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > > >inherit eutils > >DESCRIPTION="Mount removable devices as a normal user" >SRC_URI="http://www.piware.de/projects/${P}.tar.gz" >HOMEPAGE="http://www.piware.de/projects.shtml" >LICENSE="GPL-2" > >SLOT="0" >KEYWORDS="~x86" >IUSE="hal" > >DEPEND=">=sys-fs/sysfsutils-1.0" > >src_install () { > make DESTDIR=${D} PREFIX=usr install || die "make install failed" > dodoc AUTHORS CHANGES README > > if use hal; then > dodir /etc/hal/device.d/ > dosym /usr/bin/pmount-hal /etc/hal/device.d/30-pmount.hal > fi >} > >pkg_postinst() { > einfo "This package has been installed setuid." >}
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 69575
:
42977
|
47159
|
57417
|
58427
|
58428
|
58437
|
58485
|
58487
|
58493