]> git.meshlink.io Git - catta/commitdiff
updated INSTALL
authorSebastien Estienne <sebastien.estienne@gmail.com>
Thu, 11 Aug 2005 16:59:29 +0000 (16:59 +0000)
committerSebastien Estienne <sebastien.estienne@gmail.com>
Thu, 11 Aug 2005 16:59:29 +0000 (16:59 +0000)
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@292 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

docs/INSTALL

index 9b66e3fddf32352d853ffede77f007de4f6290a0..eeb2c881b1bf1f147d59dcebc5691f2a7f11dbd9 100644 (file)
@@ -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$