Ticket #1992: avahi-config
File avahi-config, 404 bytes (added by , 15 years ago) |
---|
Line | |
---|---|
1 | groupadd -g 35 avahi && |
2 | useradd -c "Avahi Daemon User" -d /dev/null -u 35 \ |
3 | -g avahi -s /bin/false avahi && |
4 | groupadd -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 |