Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/scmpc/files: scmpc.init
Date: Mon, 22 Dec 2008 00:28:30
Message-Id: E1LEYeq-0004LB-1b@stork.gentoo.org
1 angelos 08/12/22 00:28:28
2
3 Modified: scmpc.init
4 Log:
5 We don't need mpd for the init script, so just replace it with use mpd
6 (Portage version: 2.2_rc17/cvs/Linux 2.6.28-rc9 x86_64)
7
8 Revision Changes Path
9 1.2 media-sound/scmpc/files/scmpc.init
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/scmpc/files/scmpc.init?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/scmpc/files/scmpc.init?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/scmpc/files/scmpc.init?r1=1.1&r2=1.2
14
15 Index: scmpc.init
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/scmpc/files/scmpc.init,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- scmpc.init 27 Jun 2007 00:57:41 -0000 1.1
22 +++ scmpc.init 22 Dec 2008 00:28:27 -0000 1.2
23 @@ -3,7 +3,8 @@
24 # Distributed under the terms of the GNU General Public License v2
25
26 depend() {
27 - need net mpd
28 + need net
29 + use mpd
30 }
31
32 checkconfig() {