Gentoo Archives: gentoo-commits

From: "Timo Gurr (tgurr)" <tgurr@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/murmur/files: murmur.initd
Date: Fri, 31 Oct 2008 20:25:12
Message-Id: E1Kw0YO-0007QV-KS@stork.gentoo.org
1 tgurr 08/10/31 20:25:08
2
3 Modified: murmur.initd
4 Log:
5 Fix dbus usage in init script and introduce ice USE flag. Thanks Dennis Schridde, Atman and Sascha Jüngling.
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo-r1 x86_64)
7
8 Revision Changes Path
9 1.2 media-sound/murmur/files/murmur.initd
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/murmur/files/murmur.initd?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/murmur/files/murmur.initd?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/murmur/files/murmur.initd?r1=1.1&r2=1.2
14
15 Index: murmur.initd
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/murmur/files/murmur.initd,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- murmur.initd 16 Oct 2008 22:42:35 -0000 1.1
22 +++ murmur.initd 31 Oct 2008 20:25:08 -0000 1.2
23 @@ -3,8 +3,8 @@
24 opts="reload"
25
26 depend() {
27 - need dbus localmount net
28 - use logger
29 + need localmount net
30 + use dbus logger
31 after bootmisc mysql
32 }