Ticket #85 (closed defect: fixed)
--with-avahi-priv-access-group= has no effect
| Reported by: | delphinidae@… | Owned by: | lathiat |
|---|---|---|---|
| Milestone: | Avahi 0.6.16 | Component: | avahi-client |
| Keywords: | Cc: |
Description
No matter which group I put after '--with-avahi-priv-access-group=', Avahi always ends up using 'netdev'. I guess the fact that the following snippet from 'trunk/configure.ac' uses $with_priv_access_group in stead of $with_avahi_priv_access_group is responsible for this.
717 AC_ARG_WITH(avahi_priv_access_group,AS_HELP_STRING([--with-avahi-priv-access-group=<group>],[Priviliged access group for Avahi clients (netdev)])) 718 if test -z "$with_priv_access_group" ; then 719 AVAHI_PRIV_ACCESS_GROUP=netdev 720 else 721 AVAHI_PRIV_ACCESS_GROUP=$with_priv_access_group 722 fi 723 AC_SUBST(AVAHI_PRIV_ACCESS_GROUP) 724 AC_DEFINE_UNQUOTED(AVAHI_PRIV_ACCESS_GROUP,"$AVAHI_PRIV_ACCESS_GROUP", [Privileged access group for Avahi clients])
Change History
Note: See
TracTickets for help on using
tickets.
