angelos     14/03/22 15:11:35

  Modified:             audio-entropyd.init-2
  Added:                audio-entropyd.service
  Log:
  Add systemd unit file (bug #504498), make init script provide entropy (bug 
#495000)
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
84F20B43)

Revision  Changes    Path
1.2                  sys-apps/audio-entropyd/files/audio-entropyd.init-2

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/audio-entropyd/files/audio-entropyd.init-2?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/audio-entropyd/files/audio-entropyd.init-2?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/audio-entropyd/files/audio-entropyd.init-2?r1=1.1&r2=1.2

Index: audio-entropyd.init-2
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/sys-apps/audio-entropyd/files/audio-entropyd.init-2,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- audio-entropyd.init-2       22 Mar 2014 15:00:29 -0000      1.1
+++ audio-entropyd.init-2       22 Mar 2014 15:11:35 -0000      1.2
@@ -1,11 +1,12 @@
 #!/sbin/runscript
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/audio-entropyd/files/audio-entropyd.init-2,v 
1.1 2014/03/22 15:00:29 angelos Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/audio-entropyd/files/audio-entropyd.init-2,v 
1.2 2014/03/22 15:11:35 angelos Exp $
 
 depend() {
        need modules
        use alsasound
+       provide entropy
 }
 
 start() {



1.1                  sys-apps/audio-entropyd/files/audio-entropyd.service

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/audio-entropyd/files/audio-entropyd.service?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/audio-entropyd/files/audio-entropyd.service?rev=1.1&content-type=text/plain

Index: audio-entropyd.service
===================================================================
[Unit]
Description=Audio Entropy Daemon

[Service]
Type=forking
PIDFile=/run/audio-entropyd.pid
ExecStart=/usr/sbin/audio-entropyd

[Install]
WantedBy=multi-user.target




Reply via email to