Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jun 1997 16:10:15 -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 chat.c command.c defs.h main.c modem.c
Message-ID:  <199706232310.QAA03634@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <chuckr@glue.umd.edu>
  
  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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706232310.QAA03634>