summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2007-06-12 22:49:02 +0000
committerAndrej Kacian <ticho@gentoo.org>2007-06-12 22:49:02 +0000
commit60467fba5df94379a108d9caba489d5b12e1de34 (patch)
treeb279fa51f1944a70e18dc8ec72c8dd50b9458fc7 /media-sound/mpd/files
parentStable on arm wrt bug #181754 (diff)
downloadgentoo-2-60467fba5df94379a108d9caba489d5b12e1de34.tar.gz
gentoo-2-60467fba5df94379a108d9caba489d5b12e1de34.tar.bz2
gentoo-2-60467fba5df94379a108d9caba489d5b12e1de34.zip
Point mpd to correct config file when stopping the service. Bug #181730, by Alexey B. <acore at ngs.ru>.
(Portage version: 2.1.2.9)
Diffstat (limited to 'media-sound/mpd/files')
-rwxr-xr-xmedia-sound/mpd/files/mpd.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/mpd/files/mpd.rc b/media-sound/mpd/files/mpd.rc
index 38b2776d0755..d4738d94d2f4 100755
--- a/media-sound/mpd/files/mpd.rc
+++ b/media-sound/mpd/files/mpd.rc
@@ -1,7 +1,7 @@
#!/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.rc,v 1.1 2007/05/28 21:59:00 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/files/mpd.rc,v 1.2 2007/06/12 22:49:02 ticho Exp $
depend() {
need localmount
@@ -27,6 +27,6 @@ start() {
stop() {
ebegin "Stopping Music Player Daemon"
- /usr/bin/mpd --kill
+ /usr/bin/mpd --kill /etc/mpd.conf
eend $?
}