Ticket #1992: avahi-config

File avahi-config, 404 bytes (added by Robert L. Inglis, 14 years ago)
Line 
1groupadd -g 35 avahi &&
2useradd -c "Avahi Daemon User" -d /dev/null -u 35 \
3 -g avahi -s /bin/false avahi &&
4groupadd -g 36 netdev &&
5./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
6--libexecdir=/usr/lib/avahi --disable-qt3 --disable-qt4 \
7--disable-mono --enable-compat-libdns_sd \
8--enable-compat-howl --with-distro=LFS \
9--with-autoipd-group=avahi --with-autoipd-user=avahi
10