Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/audio-entropyd/files: audio-entropyd.service audio-entropyd.init-2
Date: Sat, 22 Mar 2014 15:11:52
Message-Id: 20140322151135.6F07A2004F@flycatcher.gentoo.org
1 angelos 14/03/22 15:11:35
2
3 Modified: audio-entropyd.init-2
4 Added: audio-entropyd.service
5 Log:
6 Add systemd unit file (bug #504498), make init script provide entropy (bug #495000)
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 84F20B43)
9
10 Revision Changes Path
11 1.2 sys-apps/audio-entropyd/files/audio-entropyd.init-2
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/audio-entropyd/files/audio-entropyd.init-2?rev=1.2&view=markup
14 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
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/audio-entropyd/files/audio-entropyd.init-2?r1=1.1&r2=1.2
16
17 Index: audio-entropyd.init-2
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-apps/audio-entropyd/files/audio-entropyd.init-2,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- audio-entropyd.init-2 22 Mar 2014 15:00:29 -0000 1.1
24 +++ audio-entropyd.init-2 22 Mar 2014 15:11:35 -0000 1.2
25 @@ -1,11 +1,12 @@
26 #!/sbin/runscript
27 -# Copyright 1999-2004 Gentoo Foundation
28 +# Copyright 1999-2014 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $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 $
31 +# $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 $
32
33 depend() {
34 need modules
35 use alsasound
36 + provide entropy
37 }
38
39 start() {
40
41
42
43 1.1 sys-apps/audio-entropyd/files/audio-entropyd.service
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/audio-entropyd/files/audio-entropyd.service?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/audio-entropyd/files/audio-entropyd.service?rev=1.1&content-type=text/plain
47
48 Index: audio-entropyd.service
49 ===================================================================
50 [Unit]
51 Description=Audio Entropy Daemon
52
53 [Service]
54 Type=forking
55 PIDFile=/run/audio-entropyd.pid
56 ExecStart=/usr/sbin/audio-entropyd
57
58 [Install]
59 WantedBy=multi-user.target