From daa1daf3e6151670016024532efba3bf4ac3cf09 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 24 Apr 2006 01:53:41 +0000 Subject: add a note about the new DBUS reconnection behaviour of avahi-daemon git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1198 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- man/avahi-daemon.conf.5.xml.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/man/avahi-daemon.conf.5.xml.in b/man/avahi-daemon.conf.5.xml.in index 5f59f16..7dff097 100644 --- a/man/avahi-daemon.conf.5.xml.in +++ b/man/avahi-daemon.conf.5.xml.in @@ -98,10 +98,12 @@

enable-dbus= 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 --enable-dbus in + if Avahi has been compiled with --enable-dbus 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.

+ D-BUS daemon. In addition, if the connection to the D-BUS + daemon is terminated we try to reconnect. (Unless we are in a + chroot() environment where this definitely will fail.)