Home
last modified time | relevance | path

Searched refs:nogroup (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/nginx-1.16.1/auto/
H A Dunix16 if grep nogroup /etc/group 2>&1 >/dev/null; then
17 echo "checking for nogroup group ... found"
18 NGX_GROUP=nogroup
20 echo "checking for nogroup group ... not found"
/f-stack/tools/ifconfig/
H A Difconfig.c478 const char *ifname, *matchgroup, *nogroup; in main() local
489 matchgroup = nogroup = NULL; in main()
530 nogroup = optarg; in main()
735 if (!group_member(ifa->ifa_name, matchgroup, nogroup)) in main()
/f-stack/app/nginx-1.16.1/
H A DCHANGES.ru8308 *) Исправление: автоматическое определение групп nobody и nogroup.
H A DCHANGES8171 *) Bugfix: the autodetection of the "nobody" and "nogroup" groups.