summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-08-22 20:26:18 +0000
committerLennart Poettering <lennart@poettering.net>2005-08-22 20:26:18 +0000
commitaa015d66ba28cc836e8b8f5f2c9f66a0a4cb52de (patch)
tree1b7173479d704b13af525293c3a51c60943fabcc /man
parent80b2dc3f647384cce2a498efeb5e5ea85344635f (diff)
* add support for setting enable-dbus to "warn" in avahi-daemon.conf
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@397 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'man')
-rw-r--r--man/avahi-daemon.conf.5.xml.in12
1 files changed, 7 insertions, 5 deletions
diff --git a/man/avahi-daemon.conf.5.xml.in b/man/avahi-daemon.conf.5.xml.in
index cac0717..9d13ce5 100644
--- a/man/avahi-daemon.conf.5.xml.in
+++ b/man/avahi-daemon.conf.5.xml.in
@@ -83,11 +83,13 @@
</option>
<option>
- <p><opt>enable-dbus=</opt> Takes a boolean value ("yes" or
- "no"). If set to "yes" avahi-daemon connects to DBUS, to offer
- an object oriented client API. Only available if avahi has
- been compiled with <opt>--enable-dbus</opt> in which case it
- defaults to "yes".</p>
+ <p><opt>enable-dbus=</opt> Takes either "yes", "no" or
+ "warn". If set to "yes" avahi-daemon connects to D-BUS,
+ offering an object oriented client API. It is only available
+ if avahi has been compiled with <opt>--enable-dbus</opt> in
+ which case it defaults to "yes". "warn" behaves like "yes",
+ but the daemon starts up even when it fails to connect to a
+ D-BUS daemon.</p>
</option>
</section>