]> git.meshlink.io Git - catta/blobdiff - INSTALL
* Make the configure script just not install init scripts or dbus config if the distr...
[catta] / INSTALL
diff --git a/INSTALL b/INSTALL
index 5db55458118cd2c00efc5048c3a063ce421767ae..f47c8482f29e381842ac732f70239bd8de0ff9a8 100644 (file)
--- 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$