Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 82595 Details for
Bug 126852
Updated init script for sys-apps/rng-tools
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
rng-tools-1.1-r1.ebuild
rng-tools-1.1-r1.ebuild (text/plain), 821 bytes, created by
Krzysztof Pawlik (RETIRED)
on 2006-03-19 12:19:23 UTC
(
hide
)
Description:
rng-tools-1.1-r1.ebuild
Filename:
MIME Type:
Creator:
Krzysztof Pawlik (RETIRED)
Created:
2006-03-19 12:19:23 UTC
Size:
821 bytes
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/sys-apps/rng-tools/rng-tools-1.1.ebuild,v 1.9 2006/02/08 23:16:37 agriffis Exp $ > >DESCRIPTION="Daemon to use hardware random number generators." >HOMEPAGE="http://gkernel.sourceforge.net/" >SRC_URI="mirror://sourceforge/gkernel/${P}.tar.gz" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="alpha ~amd64 ia64 ppc x86" >IUSE="" >DEPEND="virtual/libc" > >src_unpack() { > unpack ${A} > # we want this extra tool > cd ${S} > echo 'bin_PROGRAMS = randstat' >contrib/Makefile.am > aclocal > automake >} > >src_compile() { > econf || die > emake || die >} > >src_install() { > einstall || die > dodoc AUTHORS ChangeLog > exeinto /etc/init.d > doexe ${FILESDIR}/rngd > insinto /etc/conf.d > newins ${FILESDIR}/rngd-conf rngd >}
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 126852
:
82593
|
82594
| 82595