From d859c4c4c0b5889af50355f6552fbcd2eae36bd3 Mon Sep 17 00:00:00 2001 From: Sebastien Estienne Date: Thu, 11 Aug 2005 16:44:30 +0000 Subject: small fixes in mans and INSTALL git-svn-id: file:///home/lennart/svn/public/avahi/trunk@291 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- docs/INSTALL | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'docs') 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$ -- cgit