X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=INSTALL;h=f47c8482f29e381842ac732f70239bd8de0ff9a8;hb=11ae0f189cb4962500b53cec3b5b4cd228cbcf98;hp=5db55458118cd2c00efc5048c3a063ce421767ae;hpb=219241ab5223b705ade51485ea9227b0a6089c0d;p=catta diff --git a/INSTALL b/INSTALL index 5db5545..f47c848 100644 --- a/INSTALL +++ b/INSTALL @@ -1,9 +1,9 @@ *** Quick install instructions (tested on debian/ubuntu only!) *** $ ./bootstrap.sh - (this will run autoconf/automake and finally ./configure - --prefix=/usr --sysconfdir=/etc --localstatedir=/var) + (this will run autoconf/automake) +$ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var $ make # make install @@ -20,8 +20,11 @@ need to be run is root. *** Note *** -On other linux distributions, the dbus initscript may be different (eg redhat +- On other linux distributions, the dbus initscript may be different (eg redhat /etc/init.d/messagebus). You need to restart dbus to make it know about /etc/dbus-1/system.d/avahi-dbus.conf . +- To automatically start avahi-dnsconfd on Debian base distro: +# update-rc.d avahi-dnsconfd defaults 25 15 + $Id$