From owner-cvs-usrsbin Mon Jun 23 16:11:40 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA06774 for cvs-usrsbin-outgoing; Mon, 23 Jun 1997 16:11:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA06723; Mon, 23 Jun 1997 16:11:08 -0700 (PDT) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA03634; Mon, 23 Jun 1997 16:10:15 -0700 (PDT) Date: Mon, 23 Jun 1997 16:10:15 -0700 (PDT) Message-Id: <199706232310.QAA03634@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp chat.c command.c defs.h main.c modem.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1997/06/23 16:10:15 PDT Modified files: usr.sbin/ppp chat.c command.c defs.h main.c modem.c Log: o Fix uptime for direct connections. o Style police o Make hangup abort the current connection, not necessarily exiting (-auto/-ddial). o Trap HUP and INT during DoChat and abort the connection attempt. This means you can now type "dial" and change your mind with ^C, or HUP the process to stop it dialing. Slapped into doing it by: Chuck Robey Revision Changes Path 1.27 +41 -28 src/usr.sbin/ppp/chat.c 1.61 +5 -3 src/usr.sbin/ppp/command.c 1.17 +2 -1 src/usr.sbin/ppp/defs.h 1.65 +15 -27 src/usr.sbin/ppp/main.c 1.44 +13 -7 src/usr.sbin/ppp/modem.c