summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2011-04-08 01:41:41 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2011-04-08 01:41:41 +0000
commitcc36beb1900910c80e846ac19ec0917489db9669 (patch)
treeef93946a0165878e8f0cf454bdd9ac3d0f24fb67 /sys-apps
parentEAPI=2; add patch to try to fix bug #362367 (diff)
downloadgentoo-2-cc36beb1900910c80e846ac19ec0917489db9669.tar.gz
gentoo-2-cc36beb1900910c80e846ac19ec0917489db9669.tar.bz2
gentoo-2-cc36beb1900910c80e846ac19ec0917489db9669.zip
Make the init script provide the entropy service.
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/timer_entropyd/ChangeLog6
-rw-r--r--sys-apps/timer_entropyd/files/timer_entropyd.initd6
2 files changed, 9 insertions, 3 deletions
diff --git a/sys-apps/timer_entropyd/ChangeLog b/sys-apps/timer_entropyd/ChangeLog
index 86e5efb70cb9..f200ebb31d4e 100644
--- a/sys-apps/timer_entropyd/ChangeLog
+++ b/sys-apps/timer_entropyd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/timer_entropyd
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/timer_entropyd/ChangeLog,v 1.4 2011/04/05 15:05:38 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/timer_entropyd/ChangeLog,v 1.5 2011/04/08 01:41:41 flameeyes Exp $
+
+ 08 Apr 2011; Diego E. Pettenò <flameeyes@gentoo.org>
+ files/timer_entropyd.initd:
+ Make the init script provide the entropy service.
*timer_entropyd-0.1-r2 (05 Apr 2011)
diff --git a/sys-apps/timer_entropyd/files/timer_entropyd.initd b/sys-apps/timer_entropyd/files/timer_entropyd.initd
index 5d9a12fcabc7..2eebc5b34115 100644
--- a/sys-apps/timer_entropyd/files/timer_entropyd.initd
+++ b/sys-apps/timer_entropyd/files/timer_entropyd.initd
@@ -1,12 +1,14 @@
#!/sbin/runscript
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/timer_entropyd/files/timer_entropyd.initd,v 1.1 2010/05/22 17:53:44 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/timer_entropyd/files/timer_entropyd.initd,v 1.2 2011/04/08 01:41:41 flameeyes Exp $
depend() {
need localmount
before net
use logger
+
+ provide entropy
}
start() {