X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=docs%2FINSTALL;h=419ac3e69858be9d9021168f3580c8597a5fe23d;hb=d1da9f9f0f312873501e42ff39a9eab26bf2ab50;hp=9b66e3fddf32352d853ffede77f007de4f6290a0;hpb=d859c4c4c0b5889af50355f6552fbcd2eae36bd3;p=catta diff --git a/docs/INSTALL b/docs/INSTALL index 9b66e3f..419ac3e 100644 --- a/docs/INSTALL +++ b/docs/INSTALL @@ -20,11 +20,12 @@ Some configure options available: Please note that by disabling DBUS you lose the ability to publish and browse services from local applications. - Please note that only the Debian init script is currently up-to-date. - YMMV on other distributions. Patches welcome! + Please note that Avahi currently ships with a init scripts for only a few + distributions. if yours is not supported right now, YMMV. Patches welcome. $ make # make install + # ldconfig Add a user an a group for avahi. (Debian specific) # addgroup --system avahi @@ -40,12 +41,13 @@ 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: - # ln -s /etc/init.d/avahi-daemon /etc/dbus/event.d/75avahi-daemon + with DBUS support: + # ln -s /etc/init.d/avahi-daemon /etc/dbus-1/event.d/75avahi-daemon + # ln -s /etc/init.d/avahi-dnsconfd /etc/dbus-1/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$ +If you plan to use avahi-autoipd you have to create the user/group +"avahi-autoipd" much the same way as "avahi".