Date: Sun, 9 Aug 1998 08:34:12 -0700 (PDT) From: Brian Somers <brian@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp bundle.c datalink.c log.c log.h modem.c prompt.c Message-ID: <199808091534.IAA11507@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
brian 1998/08/09 08:34:11 PDT Modified files: usr.sbin/ppp bundle.c datalink.c log.c log.h modem.c prompt.c Log: When entering ``term'' mode, don't output any messages until the device is successfully opened. If we fail to open it, mention the fact. Also go back into command mode as soon as the device is closed rather than waiting for the user to type something before noticing. Revision Changes Path 1.32 +3 -1 src/usr.sbin/ppp/bundle.c 1.18 +11 -3 src/usr.sbin/ppp/datalink.c 1.34 +6 -3 src/usr.sbin/ppp/log.c 1.23 +4 -2 src/usr.sbin/ppp/log.h 1.98 +4 -6 src/usr.sbin/ppp/modem.c 1.11 +1 -4 src/usr.sbin/ppp/prompt.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808091534.IAA11507>