diff options
author | 2004-03-04 06:23:43 +0000 | |
---|---|---|
committer | 2004-03-04 06:23:43 +0000 | |
commit | 1b9dbae01956daea4ba79d11d41cad80be471af5 (patch) | |
tree | 5c62716f8f92d3678efa4aa6ffbc284613cc7040 /media-sound/mpd/files | |
parent | stable on ppc (Manifest recommit) (diff) | |
download | gentoo-2-1b9dbae01956daea4ba79d11d41cad80be471af5.tar.gz gentoo-2-1b9dbae01956daea4ba79d11d41cad80be471af5.tar.bz2 gentoo-2-1b9dbae01956daea4ba79d11d41cad80be471af5.zip |
closing out bug #41471, marking this x86.
Diffstat (limited to 'media-sound/mpd/files')
-rw-r--r-- | media-sound/mpd/files/mpd.rc6 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/mpd/files/mpd.rc6 b/media-sound/mpd/files/mpd.rc6 index 7fe81b858aa3..da49aee28b20 100644 --- a/media-sound/mpd/files/mpd.rc6 +++ b/media-sound/mpd/files/mpd.rc6 @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/files/mpd.rc6,v 1.3 2004/03/03 15:16:21 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/files/mpd.rc6,v 1.4 2004/03/04 06:23:43 ferringb Exp $ depend() { need localmount @@ -23,9 +23,9 @@ checkconfig() { start() { ebegin "Starting Music Player Daemon" - if [ -f "/etc/mpd.conf" ] || [ -f "~/.mpd/mpdconf" ] + if [ -f "/etc/mpd.conf" ] then - /usr/bin/mpd + /usr/bin/mpd /etc/mpd.conf else checkconfig || return 1 /usr/bin/mpd ${PORT} \ |