summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/mpd/files/mpd.rc6')
-rw-r--r--media-sound/mpd/files/mpd.rc64
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/mpd/files/mpd.rc6 b/media-sound/mpd/files/mpd.rc6
index 7ca125d6d99f..24000223348a 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 Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/files/mpd.rc6,v 1.12 2005/04/04 23:40:55 axxo Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/files/mpd.rc6,v 1.13 2005/05/05 14:31:56 luckyduck Exp $
depend() {
need localmount
@@ -32,6 +32,6 @@ start() {
stop() {
ebegin "Stopping Music Player Daemon"
- start-stop-daemon --stop --quiet --exec /usr/bin/mpd
+ start-stop-daemon --stop --quiet --exec /usr/bin/mpd --oknodo
eend $?
}