diff options
author | Lennart Poettering <lennart@poettering.net> | 2006-04-24 01:53:41 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2006-04-24 01:53:41 +0000 |
commit | daa1daf3e6151670016024532efba3bf4ac3cf09 (patch) | |
tree | 9d0d2aa8e2b2aa63858843b07f0b8b7effd32ff4 | |
parent | 2ad1dff5392e1626d714f49346ee20fb74e742ae (diff) |
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
-rw-r--r-- | man/avahi-daemon.conf.5.xml.in | 6 |
1 files 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 @@ <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 + 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> + 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.) </p> </option> <option> |