aboutsummaryrefslogtreecommitdiff
path: root/sound/mpd/files
diff options
context:
space:
mode:
authorMichael Heimpold <mhei@heimpold.de>2014-12-08 23:11:20 +0100
committerMichael Heimpold <mhei@heimpold.de>2014-12-08 23:15:25 +0100
commit2f3cfb9c2d6cde4a852925ae4018280560fa346c (patch)
treeefc5fec898cfbf8a3b6a1b3f57a10951ed8765b5 /sound/mpd/files
parent1c6580d05d9099c8ad2a2f1ff771266c605b63ba (diff)
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...
Diffstat (limited to 'sound/mpd/files')
-rw-r--r--sound/mpd/files/mpd.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/mpd/files/mpd.service b/sound/mpd/files/mpd.service
index 086a2bb3f..a545f240f 100644
--- a/sound/mpd/files/mpd.service
+++ b/sound/mpd/files/mpd.service
@@ -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>