summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorSebastien Estienne <sebastien.estienne@gmail.com>2005-08-11 16:59:29 +0000
committerSebastien Estienne <sebastien.estienne@gmail.com>2005-08-11 16:59:29 +0000
commit9a5c4c803767ad7eaf77bac16a3c02bd14a4ce43 (patch)
treec79f4241a83d5faf27d47d552fb73568d7fd3415 /docs
parentd859c4c4c0b5889af50355f6552fbcd2eae36bd3 (diff)
updated INSTALL
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@292 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
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$