From owner-cvs-usrsbin Mon Jun 23 16:15:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA07038 for cvs-usrsbin-outgoing; Mon, 23 Jun 1997 16:15:37 -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 QAA06988; Mon, 23 Jun 1997 16:15:08 -0700 (PDT) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA03812; Mon, 23 Jun 1997 16:14:15 -0700 (PDT) Date: Mon, 23 Jun 1997 16:14:15 -0700 (PDT) Message-Id: <199706232314.QAA03812@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:14:15 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/ppp chat.c command.c defs.h main.c modem.c Log: YAMFC: 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.11.2.10 +41 -28 src/usr.sbin/ppp/chat.c 1.24.2.24 +5 -3 src/usr.sbin/ppp/command.c 1.4.2.7 +2 -1 src/usr.sbin/ppp/defs.h 1.22.2.27 +15 -27 src/usr.sbin/ppp/main.c 1.24.2.14 +13 -7 src/usr.sbin/ppp/modem.c