mpd: factor out avahi service file

As discussed in #543 provide the avahi service file within its own
tiny package to allow the user to choose which services are
announced.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>

---

The former avahi service file was only installed for mpd-full. Does
the mpd-mini does not support network functionality?

Then we should adjust deps here...
This commit is contained in:
Michael Heimpold
2014-12-08 23:11:20 +01:00
parent 1c6580d05d
commit 2f3cfb9c2d
2 changed files with 25 additions and 5 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<?xml version="1.0" standalone='no'?><!--*-nxml-*-->
<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
<service-group>
<name replace-wildcards="yes">Music Player Daemon on %h</name>
<name replace-wildcards="yes">%h</name>
<service>
<type>_mpd._tcp</type>
<port>6600</port>