diff options
author | Patrik Weiskircher <pat@icore.at> | 2007-06-03 18:08:51 +0000 |
---|---|---|
committer | Patrik Weiskircher <pat@icore.at> | 2007-06-03 18:08:51 +0000 |
commit | d67737bc6499545e2a372b732a578ebc28128cc2 (patch) | |
tree | 305ea0c3a6300550306c0118ac7743d7c53543ee /doc | |
parent | 4025498488edc9e405abe21dc633b48911dcd1d9 (diff) | |
download | mpd-d67737bc6499545e2a372b732a578ebc28128cc2.tar.gz mpd-d67737bc6499545e2a372b732a578ebc28128cc2.tar.xz mpd-d67737bc6499545e2a372b732a578ebc28128cc2.zip |
allow zeroconf to be disabled.
git-svn-id: https://svn.musicpd.org/mpd/trunk@6467 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mpd.conf.5 | 3 | ||||
-rw-r--r-- | doc/mpdconf.example | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/doc/mpd.conf.5 b/doc/mpd.conf.5 index efe95167d..c1625c527 100644 --- a/doc/mpd.conf.5 +++ b/doc/mpd.conf.5 @@ -71,6 +71,9 @@ reports from what address a connection is opened, and when it is closed, and "verbose" records excessive amounts of information for debugging purposes. The default is "default". .TP +.B zeroconf_enabled <yes or no> +Specifies if zeroconf should be enabled or not. +.TP .B zeroconf_name <name> If Zerconf is compiled into MPD, this is the service name to publish. This should be unique to your local network, but name collisions will be properly diff --git a/doc/mpdconf.example b/doc/mpdconf.example index e935c0ac5..3a657c7f6 100644 --- a/doc/mpdconf.example +++ b/doc/mpdconf.example @@ -45,6 +45,10 @@ error_file "~/.mpd/mpd.error" # #log_level "default" # +# If Zeroconf support should be enabled. +# +#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. |