]> git.meshlink.io Git - catta/blobdiff - docs/INSTALL
use rand() because random() isn't available on windows
[catta] / docs / INSTALL
index eeb2c881b1bf1f147d59dcebc5691f2a7f11dbd9..419ac3e69858be9d9021168f3580c8597a5fe23d 100644 (file)
@@ -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 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
 
        $ make
        # make install
+       # ldconfig
 
 Add a user an a group for avahi. (Debian specific)
        # addgroup --system avahi
 
 Add a user an a group for avahi. (Debian specific)
        # addgroup --system avahi
@@ -41,11 +42,12 @@ Optionally start the unicast DNS configuration daemon:
 
 To start the two daemons at boot time on Debian based distributions:
        with DBUS support:
 
 To start the two daemons at boot time on Debian based distributions:
        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
+       # 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
 
 
        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".