diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2011-04-08 01:45:08 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2011-04-08 01:45:08 +0000 |
commit | 22f32825ea7d259f5a8355efca730762dd63d33e (patch) | |
tree | e4e462b046084493fd2b10c1b9b4ab636ebb9681 /app-crypt | |
parent | Make the init script provide the entropy service. (diff) | |
download | gentoo-2-22f32825ea7d259f5a8355efca730762dd63d33e.tar.gz gentoo-2-22f32825ea7d259f5a8355efca730762dd63d33e.tar.bz2 gentoo-2-22f32825ea7d259f5a8355efca730762dd63d33e.zip |
Make the init script provide the entropy service.
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/ekey-egd-linux/ChangeLog | 6 | ||||
-rw-r--r-- | app-crypt/ekey-egd-linux/files/ekey-egd-linux.init | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/app-crypt/ekey-egd-linux/ChangeLog b/app-crypt/ekey-egd-linux/ChangeLog index dac44dd949e9..046225b94dd5 100644 --- a/app-crypt/ekey-egd-linux/ChangeLog +++ b/app-crypt/ekey-egd-linux/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/ekey-egd-linux # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/ekey-egd-linux/ChangeLog,v 1.2 2011/04/04 12:20:55 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/ekey-egd-linux/ChangeLog,v 1.3 2011/04/08 01:45:08 flameeyes Exp $ + + 08 Apr 2011; Diego E. Pettenò <flameeyes@gentoo.org> + files/ekey-egd-linux.init: + Make the init script provide the entropy service. *ekey-egd-linux-1.1.3-r1 (04 Apr 2011) diff --git a/app-crypt/ekey-egd-linux/files/ekey-egd-linux.init b/app-crypt/ekey-egd-linux/files/ekey-egd-linux.init index 0f8a77fa6e28..1528ea3c4f4a 100644 --- a/app-crypt/ekey-egd-linux/files/ekey-egd-linux.init +++ b/app-crypt/ekey-egd-linux/files/ekey-egd-linux.init @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/ekey-egd-linux/files/ekey-egd-linux.init,v 1.2 2011/04/04 12:20:55 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/ekey-egd-linux/files/ekey-egd-linux.init,v 1.3 2011/04/08 01:45:08 flameeyes Exp $ : ${HOST:=localhost} : ${PORT:=8888} @@ -11,6 +11,8 @@ depend() { use net after ekeyd + + provide entropy } start() { |