From 0fd38394c5206b332bb2b548576b8df49f2bbab1 Mon Sep 17 00:00:00 2001 From: Sebastien Estienne Date: Wed, 27 Jul 2005 20:44:28 +0000 Subject: adding/updating avahi initscript for gentoo updated README/INSTALL git-svn-id: file:///home/lennart/svn/public/avahi/trunk@175 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- INSTALL | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index f47c848..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,19 +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 *** - -- 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 . +# kill -HUP `cat /var/run/dbus/pid` + (This will ask DBUS to re-read its policies) +# /etc/dbus-1/event.d/75avahi-daemon start -- To automatically start avahi-dnsconfd on Debian base distro: +- To automatically start avahi-dnsconfd on Debian based distro: # update-rc.d avahi-dnsconfd defaults 25 15 $Id$ -- cgit