Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 181730
Collapse All | Expand All

(-)mpd.orig (-1 / +1 lines)
Lines 27-32 Link Here
27
27
28
stop() {
28
stop() {
29
	ebegin "Stopping Music Player Daemon"
29
	ebegin "Stopping Music Player Daemon"
30
	/usr/bin/mpd --kill
30
	/usr/bin/mpd --kill /etc/mpd.conf
31
	eend $? 
31
	eend $? 
32
}
32
}

Return to bug 181730