summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/INSTALL8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/INSTALL b/docs/INSTALL
index 9b66e3f..eeb2c88 100644
--- a/docs/INSTALL
+++ b/docs/INSTALL
@@ -40,12 +40,12 @@ Optionally start the unicast DNS configuration daemon:
# /etc/init.d/avahi-dnsconfd start
To start the two daemons at boot time on Debian based distributions:
- avahi-daemon without DBUS support:
- # update-rc.d avahi-daemon defaults 25 15
- avahi-daemon with DBUS support:
+ with DBUS support:
# ln -s /etc/init.d/avahi-daemon /etc/dbus/event.d/75avahi-daemon
+ # ln -s /etc/init.d/avahi-dnsconfd /etc/dbus/event.d/76avahi-dnsconfd
- avahi-dnsconfd:
+ without DBUS support:
+ # update-rc.d avahi-daemon defaults 25 15
# update-rc.d avahi-dnsconfd defaults 26 14
$Id$