Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jun 1997 20:59:35 -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 command.c main.c modem.c vars.h
Message-ID:  <199706110359.UAA02133@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       1997/06/10 20:59:35 PDT

  Modified files:        (Branch: RELENG_2_2)
    usr.sbin/ppp         command.c main.c modem.c vars.h 
  Log:
  YAMFC: Sort out ppp over tcp:
         o Allow "set var" with no args to blank var (don't req "").
         o Zero VarTerm ASAP if not in interactive mode.
         o Never print anything to stdout in -direct mode.
         o Count redial when failing to open modem.
         o Increase device size to 40 characters (for host:port).
         o Remove missed "if (fd == 0) fd = 1;".
         o Don't give up on incoming non-terminal connections.
  
  Revision  Changes    Path
  1.24.2.19 +15 -11    src/usr.sbin/ppp/command.c
  1.22.2.23 +31 -13    src/usr.sbin/ppp/main.c
  1.24.2.13 +10 -6     src/usr.sbin/ppp/modem.c
  1.7.2.9   +2 -2      src/usr.sbin/ppp/vars.h



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