Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/svr4pkg/pkginstall/
H A Dreqexec.c327 gid_t instgid; in do_exec() local
359 instgid = grp->gr_gid; in do_exec()
362 instgid = (gid_t)1; /* "other" group id */ in do_exec()
367 gname, instgid); in do_exec()
369 (void) chown(output, instuid, instgid); in do_exec()