cvs commit: src/sbin/dhclient dhclient.c

Ed Schouten ed at FreeBSD.org
Mon Jun 30 20:24:02 UTC 2008


ed          2008-06-30 20:23:49 UTC

  FreeBSD src repository

  Modified files:
    sbin/dhclient        dhclient.c 
  Log:
  SVN rev 180130 on 2008-06-30 20:23:49Z by 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
  
  Revision  Changes    Path
  1.24      +1 -0      src/sbin/dhclient/dhclient.c


More information about the cvs-src mailing list