]> git.meshlink.io Git - catta/blob - INSTALL
adding/updating avahi initscript for gentoo
[catta] / INSTALL
1 *** Quick install instructions (tested on debian/ubuntu only!) ***
2
3 While "make" and "boostrap.sh" may be run as normal users all other commands
4 need to be run is root.
5
6 $ ./bootstrap.sh
7         (this will run autoconf/automake)
8
9 $ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
10 $ make
11 # make install
12
13 # addgroup --system avahi
14 # adduser --system --no-create-home --ingroup avahi avahi
15         (These commands are Debian specific and may be different on other
16         distributions)
17
18 # kill -HUP `cat /var/run/dbus/pid`
19         (This will ask DBUS to re-read its policies)
20 # /etc/dbus-1/event.d/75avahi-daemon start
21
22 - To automatically start avahi-dnsconfd on Debian based distro:
23 # update-rc.d avahi-dnsconfd defaults 25 15
24
25 $Id$