Searched defs:Sulog (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/su/
H A Dsu.c100 char *Sulog, *Console; variable
248 if (Sulog = defread("SULOG="))
249 Sulog = strdup(Sulog);
272 * if Sulog defined, create SULOG, if it does not exist, with
275 if (Sulog != NULL) {
276 (void) close(open(Sulog, O_WRONLY | O_APPEND | O_CREAT,
278 (void) chown(Sulog, (uid_t)ROOT, (gid_t)ROOT);
345 if (Sulog != NULL)
346 log(Sulog, npt
[all...]

Completed in 67 milliseconds