From cc36beb1900910c80e846ac19ec0917489db9669 Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Fri, 8 Apr 2011 01:41:41 +0000 Subject: Make the init script provide the entropy service. (Portage version: 2.2.0_alpha29/cvs/Linux x86_64) --- sys-apps/timer_entropyd/ChangeLog | 6 +++++- sys-apps/timer_entropyd/files/timer_entropyd.initd | 6 ++++-- 2 files changed, 9 insertions(+), 3 deletions(-) (limited to 'sys-apps/timer_entropyd') 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ò + 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() { -- cgit v1.2.3-65-gdbad