Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 172405 Details for
Bug 220451
ebuild for mhddfs
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
...and again
mhddfs-0.1.16.ebuild (text/plain), 928 bytes, created by
Babikhin Kirill
on 2008-11-19 18:38:14 UTC
(
hide
)
Description:
...and again
Filename:
MIME Type:
Creator:
Babikhin Kirill
Created:
2008-11-19 18:38:14 UTC
Size:
928 bytes
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/sys-fs/mhddfs-0.1.16.ebuild,v 1.0 2008/11/19 23:35:38 mrakobes Exp $ > >inherit eutils > >MY_P=${PN}_${PV} > >DESCRIPTION="Multi hardsdrive filesystem" >HOMEPAGE="http://mhddfs.uvw.ru/" >SRC_URI="http://mhddfs.uvw.ru/downloads/${MY_P}.tar.gz" > >RESTRICT="mirror" > >LICENSE="GPL-3 or later" >SLOT="0" >KEYWORDS="~x86 ~amd64" >IUSE="suid" > >DEPEND="sys-fs/fuse" > >src_install(){ > dobin ${PN} > doman ${PN}.1 > dodoc ChangeLog README README.ru.UTF-8 > use suid && fperms u+s /usr/bin/${PN} >} > >pkg_postinst() { > if use suid; then > ewarn > ewarn "You have chosen to install ${PN} with the binary setuid root. This" > ewarn "means that if there any undetected vulnerabilities in the binary," > ewarn "then local users may be able to gain root access on your machine." > ewarn > fi >}
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 220451
:
151981
|
151987
|
158037
|
160253
|
160255
|
172405
|
172406
|
177081
|
177083
|
178723
|
185199
|
212682