X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=INSTALL;h=ab9aa3f1fe85e79df073b8852be39b5452bc7841;hb=86c3e9b7575e5d27f167fc3207fa3936240e8ecd;hp=635e57754eb600e3b6667b31f1a1aeef65a51890;hpb=7d0391c1e7e158b9f60614b95c1d7fefde1b70a7;p=catta diff --git a/INSTALL b/INSTALL index 635e577..ab9aa3f 100644 --- a/INSTALL +++ b/INSTALL @@ -1,5 +1,8 @@ *** Quick install instructions (tested on debian/ubuntu only!) *** +While "make" and "boostrap.sh" may be run as normal users all other commands +need to be run is root. + $ ./bootstrap.sh (this will run autoconf/automake) @@ -12,16 +15,11 @@ $ make (These commands are Debian specific and may be different on other distributions) -# /etc/init.d/dbus-1 restart - (This whill restart DBUS and avahi too) - -While "make" and "boostrap.sh" may be run as normal users all other commands -need to be run is root. - -*** Note *** +# kill -HUP `cat /var/run/dbus/pid` + (This will ask DBUS to re-read its policies) +# /etc/dbus-1/event.d/75avahi-daemon start -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 based distro: +# update-rc.d avahi-dnsconfd defaults 25 15 $Id$