Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Mar 1996 00:18:44 -0800 (PST)
From:      "Andrey A. Chernov" <ache>
To:        CVS-committers, cvs-all, cvs-usrsbin
Subject:   cvs commit:  src/usr.sbin/ppp main.c modem.c ppp.8
Message-ID:  <199603090818.AAA01786@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
ache        96/03/09 00:18:43

  Modified:    usr.sbin/ppp  main.c modem.c ppp.8
  Log:
  1) Open /dev/null for std* after setsid() to be shure that modem is
  *not* our controlling terminal (SIGHUP can coming in other case)
  
  2) Add HUPCL for non-dedicated lines to be shure that modem
  properly resetted.
  
  3) Correct usage string.
  
  Revision  Changes    Path
  1.16      +10 -1     src/usr.sbin/ppp/main.c
  1.15      +5 -1      src/usr.sbin/ppp/modem.c
  1.15      +3 -2      src/usr.sbin/ppp/ppp.8



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