[Pkg-mpd-commits] [pkg-mpd] 02/08: initscript: ensure avahi, if available, is started first (closes: #711429)

Florian Schlichting fsfs at alioth.debian.org
Fri Aug 9 12:42:39 UTC 2013


This is an automated email from the git hooks/post-receive script.

fsfs pushed a commit to branch master
in repository pkg-mpd.

commit d753a86f003dc2554ad7f33ff264cec28ad7d937
Author: Florian Schlichting <fsfs at debian.org>
Date:   Fri Aug 9 13:54:11 2013 +0200

    initscript: ensure avahi, if available, is started first (closes: #711429)
---
 debian/mpd.init.d |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/mpd.init.d b/debian/mpd.init.d
index 2d0a76e..30316e3 100644
--- a/debian/mpd.init.d
+++ b/debian/mpd.init.d
@@ -4,8 +4,8 @@
 # Provides:          mpd
 # Required-Start:    $local_fs $remote_fs
 # Required-Stop:     $local_fs $remote_fs
-# Should-Start:      autofs $network $named alsa-utils pulseaudio
-# Should-Stop:       autofs $network $named alsa-utils pulseaudio
+# Should-Start:      autofs $network $named alsa-utils pulseaudio avahi
+# Should-Stop:       autofs $network $named alsa-utils pulseaudio avahi
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 # Short-Description: Music Player Daemon

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mpd/pkg-mpd.git



More information about the Pkg-mpd-commits mailing list