Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/audio-entropyd/files: audio-entropyd.service
Date: Sun, 23 Mar 2014 22:11:09
Message-Id: 20140323221104.7B4AF20051@flycatcher.gentoo.org
1 pacho 14/03/23 22:11:04
2
3 Modified: audio-entropyd.service
4 Log:
5 Don't use forking running audio-entropyd with proper option.
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
8
9 Revision Changes Path
10 1.2 sys-apps/audio-entropyd/files/audio-entropyd.service
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/audio-entropyd/files/audio-entropyd.service?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/audio-entropyd/files/audio-entropyd.service?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/audio-entropyd/files/audio-entropyd.service?r1=1.1&r2=1.2
15
16 Index: audio-entropyd.service
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/audio-entropyd/files/audio-entropyd.service,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- audio-entropyd.service 22 Mar 2014 15:11:35 -0000 1.1
23 +++ audio-entropyd.service 23 Mar 2014 22:11:04 -0000 1.2
24 @@ -2,9 +2,7 @@
25 Description=Audio Entropy Daemon
26
27 [Service]
28 -Type=forking
29 -PIDFile=/run/audio-entropyd.pid
30 -ExecStart=/usr/sbin/audio-entropyd
31 +ExecStart=/usr/sbin/audio-entropyd -n
32
33 [Install]
34 WantedBy=multi-user.target