avahi: do not create dynamic avahi/netdev system accounts anymore.
This commit is contained in:
parent
ab089f0535
commit
47842a44d8
1 changed files with 2 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'avahi'
|
# Template file for 'avahi'
|
||||||
pkgname=avahi
|
pkgname=avahi
|
||||||
version=0.6.31
|
version=0.6.31
|
||||||
revision=9
|
revision=10
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-qt3 --disable-qt4 --disable-mono --disable-monodoc
|
configure_args="--disable-qt3 --disable-qt4 --disable-mono --disable-monodoc
|
||||||
--disable-doxygen-doc --enable-compat-libdns_sd --enable-compat-howl
|
--disable-doxygen-doc --enable-compat-libdns_sd --enable-compat-howl
|
||||||
--with-xml=expat --with-avahi-user=avahi --with-avahi-group=avahi
|
--with-xml=expat --with-avahi-user=avahi --with-avahi-group=avahi
|
||||||
--with-avahi-priv-access-group=netdev --with-autoipd-user=avahi
|
--with-avahi-priv-access-group=network --with-autoipd-user=avahi
|
||||||
--with-autoipd-group=avahi --with-distro=none --disable-xmltoman
|
--with-autoipd-group=avahi --with-distro=none --disable-xmltoman
|
||||||
--disable-dbm --with-systemdsystemunitdir=/usr/lib/systemd/system
|
--disable-dbm --with-systemdsystemunitdir=/usr/lib/systemd/system
|
||||||
--disable-static ssp_cv_lib=no"
|
--disable-static ssp_cv_lib=no"
|
||||||
|
@ -23,7 +23,6 @@ makedepends="pkg-config intltool dbus-devel libcap-devel
|
||||||
gtk+3-devel>=3.6.0_5 gobject-introspection"
|
gtk+3-devel>=3.6.0_5 gobject-introspection"
|
||||||
|
|
||||||
# Create avahi and netdev system accounts.
|
# Create avahi and netdev system accounts.
|
||||||
system_accounts="avahi netdev"
|
|
||||||
systemd_services="avahi-daemon.service on"
|
systemd_services="avahi-daemon.service on"
|
||||||
|
|
||||||
conf_files="
|
conf_files="
|
||||||
|
|
Loading…
Reference in a new issue