K 10 svn:author V 2 ed K 8 svn:date V 27 2008-06-30T20:23:49.512001Z K 7 svn:log V 275 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 END