]> git.meshlink.io Git - catta/blobdiff - docs/INSTALL
small fixes in mans and INSTALL
[catta] / docs / INSTALL
index d7b3974747fba968ef95d178edf37e056e6a095b..9b66e3fddf32352d853ffede77f007de4f6290a0 100644 (file)
@@ -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$