diff options
author | 2006-08-28 21:03:11 +0000 | |
---|---|---|
committer | 2006-08-28 21:03:11 +0000 | |
commit | cf39a9ae81dc9cd7886ab508a347ee4901c4f9d8 (patch) | |
tree | c6dcf8dfe41fc95ac36dd987af5cb6577de41791 /media-sound/mpd/files | |
parent | Mark stable on amd64 and x86. (diff) | |
download | historical-cf39a9ae81dc9cd7886ab508a347ee4901c4f9d8.tar.gz historical-cf39a9ae81dc9cd7886ab508a347ee4901c4f9d8.tar.bz2 historical-cf39a9ae81dc9cd7886ab508a347ee4901c4f9d8.zip |
"use esound" in the new initscript. Closes bug #142613, reported by Andrzej <wasowski at data.pl>.
Package-Manager: portage-2.1.1_pre4-r4
Diffstat (limited to 'media-sound/mpd/files')
-rwxr-xr-x | media-sound/mpd/files/mpd-0.12.rc6 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/mpd/files/mpd-0.12.rc6 b/media-sound/mpd/files/mpd-0.12.rc6 index 933d79185d04..74dec55e8f02 100755 --- a/media-sound/mpd/files/mpd-0.12.rc6 +++ b/media-sound/mpd/files/mpd-0.12.rc6 @@ -1,11 +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.1 2006/08/10 22:54:15 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/files/mpd-0.12.rc6,v 1.2 2006/08/28 21:01:38 ticho Exp $ depend() { need localmount - use netmount nfsmount + use netmount nfsmount esound } checkconfig() { |