Home
last modified time | relevance | path

Searched refs:AVAHI_GROUP (Results 1 – 3 of 3) sorted by relevance

/external/avahi/
Dconfig.h11 #define AVAHI_GROUP "system" macro
Dconfigure.ac923 AVAHI_GROUP=avahi
925 AVAHI_GROUP=$with_avahi_group
927 AC_SUBST(AVAHI_GROUP) subst
928 AC_DEFINE_UNQUOTED(AVAHI_GROUP,"$AVAHI_GROUP", [Group for Avahi]) definition
1165 Group for avahi-daemon: ${AVAHI_GROUP}
/external/avahi/avahi-daemon/
Dmain.c1349 if (!(gr = getgrnam(AVAHI_GROUP))) { in drop_root()
1350 avahi_log_error( "Failed to find group '"AVAHI_GROUP"'."); in drop_root()
1354 …avahi_log_info("Found user '"AVAHI_USER"' (UID %lu) and group '"AVAHI_GROUP"' (GID %lu).", (unsign… in drop_root()
1425 if (!(gr = getgrnam(AVAHI_GROUP))) { in make_runtime_dir()
1426 avahi_log_error( "Failed to find group '"AVAHI_GROUP"'."); in make_runtime_dir()