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/mpd/files: mpd.init
Date: Sun, 19 May 2013 16:23:06
Message-Id: 20130519162300.6E4F82171D@flycatcher.gentoo.org
1 angelos 13/05/19 16:23:00
2
3 Modified: mpd.init
4 Log:
5 Fix typo in init script (bug #470010)
6
7 (Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 84F20B43)
8
9 Revision Changes Path
10 1.2 media-sound/mpd/files/mpd.init
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mpd/files/mpd.init?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mpd/files/mpd.init?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mpd/files/mpd.init?r1=1.1&r2=1.2
15
16 Index: mpd.init
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/mpd/files/mpd.init,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- mpd.init 10 Sep 2010 07:55:07 -0000 1.1
23 +++ mpd.init 19 May 2013 16:23:00 -0000 1.2
24 @@ -1,11 +1,11 @@
25 #!/sbin/runscript
26 -# Copyright 1999-2010 Gentoo Foundation
27 +# Copyright 1999-2013 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/files/mpd.init,v 1.1 2010/09/10 07:55:07 angelos Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/files/mpd.init,v 1.2 2013/05/19 16:23:00 angelos Exp $
31
32 depend() {
33 need localmount
34 - use net netmount nfsmount alsa esound pulseaudio
35 + use net netmount nfsmount alsasound esound pulseaudio
36 }
37
38 checkconfig() {