Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-cdr/cdemud/files: cdemud.init.d-1.1.0
Date: Tue, 09 Feb 2010 06:32:11
Message-Id: E1Nejdo-0000Tn-LN@stork.gentoo.org
1 pva 10/02/09 06:32:08
2
3 Modified: cdemud.init.d-1.1.0
4 Log:
5 Remove bashism from init script, bug #303847 by Michał Górny
6 (Portage version: 2.1.7.17/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.4 app-cdr/cdemud/files/cdemud.init.d-1.1.0
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/cdemud/files/cdemud.init.d-1.1.0?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/cdemud/files/cdemud.init.d-1.1.0?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/cdemud/files/cdemud.init.d-1.1.0?r1=1.3&r2=1.4
14
15 Index: cdemud.init.d-1.1.0
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-cdr/cdemud/files/cdemud.init.d-1.1.0,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- cdemud.init.d-1.1.0 30 Mar 2009 16:54:54 -0000 1.3
22 +++ cdemud.init.d-1.1.0 9 Feb 2010 06:32:08 -0000 1.4
23 @@ -1,11 +1,11 @@
24 #!/sbin/runscript
25 # Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemud/files/cdemud.init.d-1.1.0,v 1.3 2009/03/30 16:54:54 dev-zero Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemud/files/cdemud.init.d-1.1.0,v 1.4 2010/02/09 06:32:08 pva Exp $
29
30 depend() {
31 need dbus
32 - [ "${CDEMUD_AUDIO_DRIVER}" == alsa ] && need alsasound
33 + [ "${CDEMUD_AUDIO_DRIVER}" = alsa ] && need alsasound
34 }
35
36 start() {