aboutsummaryrefslogtreecommitdiff
path: root/doc/mpdconf.example
diff options
context:
space:
mode:
authorJ. Alexander Treuman <jat@spatialrift.net>2007-06-03 20:09:12 +0000
committerJ. Alexander Treuman <jat@spatialrift.net>2007-06-03 20:09:12 +0000
commit652c2fc8b0ae2e081f5e94c5810365ead33e726e (patch)
tree4c39eced77571cf695730c17ed6535e03e48a13e /doc/mpdconf.example
parent7e2cbdee0575a16211a76d3c9b8afaca09894fa6 (diff)
Adding ChangeLog entry for zeroconf_enabled, adding Zeroconf section to
mpdconf.example, and updating the zeroconf_* docs. git-svn-id: https://svn.musicpd.org/mpd/trunk@6474 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'doc/mpdconf.example')
-rw-r--r--doc/mpdconf.example12
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/mpdconf.example b/doc/mpdconf.example
index 3a657c7f..bddc4d48 100644
--- a/doc/mpdconf.example
+++ b/doc/mpdconf.example
@@ -45,13 +45,17 @@ error_file "~/.mpd/mpd.error"
#
#log_level "default"
#
-# If Zeroconf support should be enabled.
+################################################################
+
+
+########################### ZEROCONF ###########################
+#
+# If yes, service information will be published with Zeroconf.
#
#zeroconf_enabled "yes"
#
-# If Zeroconf is configured, the service name to publish. This
-# should be unique on your local network, but name collisions
-# will be taken care of for you.
+# The service name to publish. This name should be unique on
+# your local network.
#
#zeroconf_name "Music Player"
#