Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jun 1997 06:25:01 -0700 (PDT)
From:      Brian Somers <brian@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG
Subject:   cvs commit: src/usr.sbin/ppp main.c
Message-ID:  <199706161325.GAA13343@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       1997/06/16 06:25:01 PDT

  Modified files:
    usr.sbin/ppp         main.c 
  Log:
  Remove call to daemon().  Just call setsid() and close
  any relevent descriptors (0,2,[1]).  We've already fork()d.
  PR:		3874
  
  Revision  Changes    Path
  1.62      +10 -7     src/usr.sbin/ppp/main.c



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