From owner-cvs-all Sun Aug 9 08:34:20 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA26524 for cvs-all-outgoing; Sun, 9 Aug 1998 08:34:20 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA26514; Sun, 9 Aug 1998 08:34:14 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA11507; Sun, 9 Aug 1998 08:34:12 -0700 (PDT) Date: Sun, 9 Aug 1998 08:34:12 -0700 (PDT) Message-Id: <199808091534.IAA11507@freefall.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 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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