diff options
author | wiz <wiz@pkgsrc.org> | 2009-03-07 03:20:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-03-07 03:20:48 +0000 |
commit | bd8bdba7e67ad1b378f33c27c8e028f6744f141c (patch) | |
tree | 32ffdb4ccce471b248c5739edb8d85fcc8157d71 /net | |
parent | 1a44d68ee15da3e8e697e1742a62664481087548 (diff) | |
download | pkgsrc-bd8bdba7e67ad1b378f33c27c8e028f6744f141c.tar.gz |
Use "wheel" as privileged group.
Gets rid of dbus warnings about netdev, and "wheel" already gets many
rights from policykit (says Jared).
Bump PKGREVISION.
Diffstat (limited to 'net')
-rw-r--r-- | net/avahi/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/avahi/Makefile b/net/avahi/Makefile index f57c7c720a2..d0949b26ef2 100644 --- a/net/avahi/Makefile +++ b/net/avahi/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2009/02/07 18:24:06 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2009/03/07 03:20:48 wiz Exp $ DISTNAME= avahi-0.6.24 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= http://avahi.org/download/ @@ -64,6 +65,7 @@ CONF_FILES+= ${PREFIX}/share/examples/avahi/avahi-dbus.conf \ CONFIGURE_ARGS+= --with-avahi-user=${AVAHI_USER} CONFIGURE_ARGS+= --with-avahi-group=${AVAHI_GROUP} +CONFIGURE_ARGS+= --with-avahi_priv_access_group=wheel CONFIGURE_ARGS+= --localstatedir=${VARBASE} CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE} CONFIGURE_ARGS+= --disable-qt3 |