summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorSebastien Estienne <sebastien.estienne@gmail.com>2005-08-11 16:44:30 +0000
committerSebastien Estienne <sebastien.estienne@gmail.com>2005-08-11 16:44:30 +0000
commitd859c4c4c0b5889af50355f6552fbcd2eae36bd3 (patch)
treeec9c155f08d78bcb8af9def4ea1b44564a3392d0 /docs
parent98b772ffc6e06ca0e19c2d31326c281a77646367 (diff)
small fixes in mans and INSTALL
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@291 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'docs')
-rw-r--r--docs/INSTALL7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/INSTALL b/docs/INSTALL
index d7b3974..9b66e3f 100644
--- a/docs/INSTALL
+++ b/docs/INSTALL
@@ -39,8 +39,13 @@ Now start the Avahi daemon:
Optionally start the unicast DNS configuration daemon:
# /etc/init.d/avahi-dnsconfd start
-To start the two daemons on Debian based distributions automatically:
+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:
+ # ln -s /etc/init.d/avahi-daemon /etc/dbus/event.d/75avahi-daemon
+
+ avahi-dnsconfd:
# update-rc.d avahi-dnsconfd defaults 26 14
$Id$