diff options
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/mpd/ChangeLog | 6 | ||||
-rwxr-xr-x | media-sound/mpd/files/mpd-0.12.rc6 | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/mpd/ChangeLog b/media-sound/mpd/ChangeLog index 689926840c48..9b7218485ae0 100644 --- a/media-sound/mpd/ChangeLog +++ b/media-sound/mpd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/mpd # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v 1.94 2007/03/20 23:53:08 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v 1.95 2007/03/25 17:07:53 ticho Exp $ + + 25 Mar 2007; Andrej Kacian <ticho@gentoo.org> files/mpd-0.12.rc6: + Removed "before xdm" line from initscript depend, as it makes mpd to not + start at all, because it needs alsasound, which starts after xdm. *mpd-0.12.2 (20 Mar 2007) diff --git a/media-sound/mpd/files/mpd-0.12.rc6 b/media-sound/mpd/files/mpd-0.12.rc6 index d94b3b19c3e9..b0219404c5c1 100755 --- a/media-sound/mpd/files/mpd-0.12.rc6 +++ b/media-sound/mpd/files/mpd-0.12.rc6 @@ -1,12 +1,11 @@ #!/sbin/runscript # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/files/mpd-0.12.rc6,v 1.4 2007/02/18 03:35:15 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/files/mpd-0.12.rc6,v 1.5 2007/03/25 17:07:53 ticho Exp $ depend() { need localmount use netmount nfsmount esound pulseaudio - before xdm } checkconfig() { |