X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=docs%2FINSTALL;h=8feac51a5946303b245ad58d7c761067f96eb5b0;hb=7f72e93ab47a02f3e3fe04a0ff72236dd27cc496;hp=d7b3974747fba968ef95d178edf37e056e6a095b;hpb=9ad2a95c80ab0f9cf48d3f58e9a7ed6f06685c34;p=catta diff --git a/docs/INSTALL b/docs/INSTALL index d7b3974..8feac51 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 @@ -39,8 +40,16 @@ 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: + 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 + + without DBUS support: # update-rc.d avahi-daemon defaults 25 15 # update-rc.d avahi-dnsconfd defaults 26 14 +If you plan to use avahi-autoipd you have to create the user/group +"avahi-autoipd" much the same way as "avahi". + $Id$