Searched refs:AVAHI_USER (Results 1 – 3 of 3) sorted by relevance
17 #define AVAHI_USER "system" macro
914 AVAHI_USER=avahi916 AVAHI_USER=$with_avahi_user918 AC_SUBST(AVAHI_USER) subst919 AC_DEFINE_UNQUOTED(AVAHI_USER,"$AVAHI_USER", [User for running the Avahi daemon]) definition1164 User for avahi-daemon: ${AVAHI_USER}
1344 if (!(pw = getpwnam(AVAHI_USER))) { in drop_root()1345 avahi_log_error( "Failed to find user '"AVAHI_USER"'."); in drop_root()1354 …avahi_log_info("Found user '"AVAHI_USER"' (UID %lu) and group '"AVAHI_GROUP"' (GID %lu).", (unsign… in drop_root()1356 if (initgroups(AVAHI_USER, gr->gr_gid) != 0) { in drop_root()1420 if (!(pw = getpwnam(AVAHI_USER))) { in make_runtime_dir()1421 avahi_log_error( "Failed to find user '"AVAHI_USER"'."); in make_runtime_dir()