pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/avahi Use ${REAL_ROOT_GROUP} instead of wheel. Pro...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6a551e4a2235
branches:  trunk
changeset: 555750:6a551e4a2235
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Mar 08 10:08:16 2009 +0000

description:
Use ${REAL_ROOT_GROUP} instead of wheel. Prompted by joerg.

diffstat:

 net/avahi/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ca1d569b6421 -r 6a551e4a2235 net/avahi/Makefile
--- a/net/avahi/Makefile        Sun Mar 08 06:15:31 2009 +0000
+++ b/net/avahi/Makefile        Sun Mar 08 10:08:16 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2009/03/07 03:20:48 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2009/03/08 10:08:16 wiz Exp $
 
 DISTNAME=              avahi-0.6.24
 PKGREVISION=           1
@@ -65,7 +65,7 @@
 
 CONFIGURE_ARGS+=       --with-avahi-user=${AVAHI_USER}
 CONFIGURE_ARGS+=       --with-avahi-group=${AVAHI_GROUP}
-CONFIGURE_ARGS+=       --with-avahi_priv_access_group=wheel
+CONFIGURE_ARGS+=       --with-avahi_priv_access_group=${REAL_ROOT_GROUP}
 CONFIGURE_ARGS+=       --localstatedir=${VARBASE}
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFBASE}
 CONFIGURE_ARGS+=       --disable-qt3



Home | Main Index | Thread Index | Old Index