Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jun 2008 20:23:49 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/dhclient dhclient.c
Message-ID:  <200806302024.m5UKO1cs033380@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806302024.m5UKO1cs033380>