Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 171595 Details for
Bug 246500
new ebuild : sys-block/spindown
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
spindown-0.2.2.ebuild
spindown-0.2.2.ebuild (text/plain), 1.20 KB, created by
punkid
on 2008-11-13 04:17:37 UTC
(
hide
)
Description:
spindown-0.2.2.ebuild
Filename:
MIME Type:
Creator:
punkid
Created:
2008-11-13 04:17:37 UTC
Size:
1.20 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >DESCRIPTION="Spindown is a daemon that can spindown idle disks and so saving >energy and giving the disks a longer lifetime" >HOMEPAGE="http://code.google.com/p/spindown" >SRC_URI="http://spindown.googlecode.com/files/${P}.tar.gz" > >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="~x86 ~amd64" >IUSE="" >RESTRICT="nomirror" > >DEPEND="sys-apps/sg3_utils" >RDEPEND="${DEPEND}" > >src_unpack() { > unpack ${A} > > # The spindownd file is located in /sbin > cd "${S}"/gentoo > sed -i "s:/usr/local/bin:/sbin:" rc.spindown >} > >src_compile() { > cd "${S}" > emake || die "emake failed" >} > >src_install() { > make DESTDIR="${D}" install || die "install failed" > > insinto /etc > newins spindown.conf.example spindown.conf.example > > newinitd "${S}"/gentoo/init.spindown spindown > newconfd "${S}"/gentoo/rc.spindown spindown > > dodoc CHANGELOG README TODO || die >} > >pkg_postinst() { > elog "To start spindown the first time" > elog "you should copy /etc/spindown.conf.example to /etc/spindown.conf" > elog > elog "To start spindown by default" > elog "you should add it to the default runlevel :" > elog "\`rc-update add spindown default\`" >}
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 246500
:
171541
|
171591
|
171595
|
172618