public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-crypt/ekey-egd-linux/files: ekey-egd-linux.init
@ 2011-04-08  1:45 Diego Petteno (flameeyes)
  0 siblings, 0 replies; only message in thread
From: Diego Petteno (flameeyes) @ 2011-04-08  1:45 UTC (permalink / raw
  To: gentoo-commits

flameeyes    11/04/08 01:45:08

  Modified:             ekey-egd-linux.init
  Log:
  Make the init script provide the entropy service.
  
  (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  app-crypt/ekey-egd-linux/files/ekey-egd-linux.init

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/ekey-egd-linux/files/ekey-egd-linux.init?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/ekey-egd-linux/files/ekey-egd-linux.init?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/ekey-egd-linux/files/ekey-egd-linux.init?r1=1.2&r2=1.3

Index: ekey-egd-linux.init
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/ekey-egd-linux/files/ekey-egd-linux.init,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ekey-egd-linux.init	4 Apr 2011 12:20:55 -0000	1.2
+++ ekey-egd-linux.init	8 Apr 2011 01:45:08 -0000	1.3
@@ -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() {






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-04-08  1:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-08  1:45 [gentoo-commits] gentoo-x86 commit in app-crypt/ekey-egd-linux/files: ekey-egd-linux.init Diego Petteno (flameeyes)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox