Searched hist:180130 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sbin/dhclient/
H A Ddhclient.cdiff 180130 Mon Jun 30 18:32:21 MDT 2008 ed Run the privileged dhclient process in its own session.

In the MPSAFE TTY branch, I noticed PTY's to be leaked, because
dhclient's privileged process was run inside the session of, say, the
login shell. Make sure we call setsid() here.

Approved by: philip (mentor), brooks

Completed in 132 milliseconds