Date: Tue, 10 Jun 1997 20:57:54 -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: <199706110357.UAA02080@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
brian 1997/06/10 20:57:53 PDT
Modified files:
usr.sbin/ppp command.c main.c modem.c vars.h
Log:
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.55 +15 -11 src/usr.sbin/ppp/command.c
1.61 +31 -13 src/usr.sbin/ppp/main.c
1.43 +10 -6 src/usr.sbin/ppp/modem.c
1.19 +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?199706110357.UAA02080>
