diff options
Diffstat (limited to 'sys-apps/timer_entropyd')
-rw-r--r-- | sys-apps/timer_entropyd/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/timer_entropyd/files/timer_entropyd.initd | 6 |
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() { |