summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-08-24 16:45:35 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-08-24 16:45:35 +0000
commit6028a3efb991c1eb15cdcf1511f3a63750782e96 (patch)
tree7f027174b7ffccec4c41a55ba923111c907aa50a /media-sound/audio-entropyd
parentstable on ia64 (diff)
downloadhistorical-6028a3efb991c1eb15cdcf1511f3a63750782e96.tar.gz
historical-6028a3efb991c1eb15cdcf1511f3a63750782e96.tar.bz2
historical-6028a3efb991c1eb15cdcf1511f3a63750782e96.zip
Use newconfd/newinitd.
Package-Manager: portage-2.0.51.22
Diffstat (limited to 'media-sound/audio-entropyd')
-rw-r--r--media-sound/audio-entropyd/ChangeLog8
-rw-r--r--media-sound/audio-entropyd/audio-entropyd-0.0.6.ebuild12
2 files changed, 10 insertions, 10 deletions
diff --git a/media-sound/audio-entropyd/ChangeLog b/media-sound/audio-entropyd/ChangeLog
index a4737bd0aa97..acb834fe1000 100644
--- a/media-sound/audio-entropyd/ChangeLog
+++ b/media-sound/audio-entropyd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/audio-entropyd
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audio-entropyd/ChangeLog,v 1.12 2004/08/14 13:37:22 swegener Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audio-entropyd/ChangeLog,v 1.13 2005/08/24 16:43:13 flameeyes Exp $
+
+ 24 Aug 2005; Diego Pettenò <flameeyes@gentoo.org>
+ audio-entropyd-0.0.6.ebuild:
+ Use newconfd/newinitd.
14 Aug 2004; Sven Wegener <swegener@gentoo.org> files/audio-entropyd.conf:
Fixed CVS Header.
diff --git a/media-sound/audio-entropyd/audio-entropyd-0.0.6.ebuild b/media-sound/audio-entropyd/audio-entropyd-0.0.6.ebuild
index b3262feccc5c..2225fc06465a 100644
--- a/media-sound/audio-entropyd/audio-entropyd-0.0.6.ebuild
+++ b/media-sound/audio-entropyd/audio-entropyd-0.0.6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audio-entropyd/audio-entropyd-0.0.6.ebuild,v 1.11 2004/07/04 09:48:26 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audio-entropyd/audio-entropyd-0.0.6.ebuild,v 1.12 2005/08/24 16:43:13 flameeyes Exp $
DESCRIPTION="Audio-entropyd generates entropy-data for the /dev/random device."
HOMEPAGE="http://www.vanheusden.com/aed/"
@@ -30,10 +30,6 @@ src_compile() {
src_install() {
dosbin audio-entropyd
- insinto /etc/init.d
- insopts -m0755
- newins ${FILESDIR}/${PN}.init ${PN}
-
- insinto /etc/conf.d
- newins ${FILESDIR}/${PN}.conf ${PN}
+ newinitd ${FILESDIR}/${PN}.init ${PN}
+ newconfd ${FILESDIR}/${PN}.conf ${PN}
}