> David Xu wrote:
> > want, and all job control gets weird. I suguest this job control
> > assumption should be removed, strange thing is why su calls fork()?
> > why doesn't call directly execvl()? I don't see su calls fork() in
> > OpenBSD.

This has to do with PAM, AFAIK. Someone has to call PAM session cleanup
hooks, that's why another process for the command is forked.

-- 
Alexander Kabaev

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to