diff options
Diffstat (limited to 'media-sound/mpd/files/mpd.rc')
-rwxr-xr-x | media-sound/mpd/files/mpd.rc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-sound/mpd/files/mpd.rc b/media-sound/mpd/files/mpd.rc index 1f0ba260f1fb..0a78ff1f82e3 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.4 2008/10/15 00:01:01 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/files/mpd.rc,v 1.5 2009/07/25 11:10:18 ssuominen Exp $ depend() { need localmount @@ -28,5 +28,6 @@ start() { stop() { ebegin "Stopping Music Player Daemon" /usr/bin/mpd --kill /etc/mpd.conf + sleep 0.1 eend $? } |