diff options
author | 2011-10-22 00:21:28 +0000 | |
---|---|---|
committer | 2011-10-22 00:21:28 +0000 | |
commit | 9d0f90d33fe005393c59523b102708737e722c58 (patch) | |
tree | 825cdc0e775ee5d03d1099a4b4921f6dbd7ac9e9 /sys-apps/timer_entropyd/files | |
parent | Remove myself from metadata. (diff) | |
download | gentoo-2-9d0f90d33fe005393c59523b102708737e722c58.tar.gz gentoo-2-9d0f90d33fe005393c59523b102708737e722c58.tar.bz2 gentoo-2-9d0f90d33fe005393c59523b102708737e722c58.zip |
Bump to update the OpenRC.
(Portage version: 2.2.0_alpha69/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/timer_entropyd/files')
-rw-r--r-- | sys-apps/timer_entropyd/files/timer_entropyd.initd.1 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sys-apps/timer_entropyd/files/timer_entropyd.initd.1 b/sys-apps/timer_entropyd/files/timer_entropyd.initd.1 new file mode 100644 index 000000000000..7193aa31a2cf --- /dev/null +++ b/sys-apps/timer_entropyd/files/timer_entropyd.initd.1 @@ -0,0 +1,14 @@ +#!/sbin/runscript +# 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.1,v 1.1 2011/10/22 00:21:28 flameeyes Exp $ + +command=/usr/libexec/timer_entropyd + +depend() { + need localmount + before net + use logger + + provide entropy +} |