From owner-cvs-usrsbin Sun May 18 19:03:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA26066 for cvs-usrsbin-outgoing; Sun, 18 May 1997 19:03:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA26042; Sun, 18 May 1997 19:02:47 -0700 (PDT) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA13986; Sun, 18 May 1997 19:02:36 -0700 (PDT) Date: Sun, 18 May 1997 19:02:36 -0700 (PDT) Message-Id: <199705190202.TAA13986@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp chap.c command.c ip.c ipcp.c lcp.c lqr.c main.c modem.c os.c pap.c ppp.8 vars.h Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1997/05/18 19:02:36 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/ppp chap.c command.c ip.c ipcp.c lcp.c lqr.c main.c modem.c os.c pap.c ppp.8 vars.h Log: YAMFC: Mega update to sort out bad implementations of reconnect & -background. o Fix reconnect anomolies. o Make reconnect apply to failed LQR hangups (& mention in man page). o Make reconnect effective in -background mode. o Listen on socket in -background mode. o Try all phone numbers in -background mode. o Insist on system arg in -background mode. o Make a control-connection close command exit in -background mode. o Output status message to stdout on exit of parent in -background mode. o Don't notify parent of success too soon. o Describe termination EX_* code. o Miscelaneous diagnostic corrections. o Remove redundant connect_time from modem.c. o Don't repeatedly DownConnection(). Revision Changes Path 1.7.2.4 +2 -1 src/usr.sbin/ppp/chap.c 1.24.2.11 +6 -2 src/usr.sbin/ppp/command.c 1.9.2.6 +2 -2 src/usr.sbin/ppp/ip.c 1.9.2.7 +2 -1 src/usr.sbin/ppp/ipcp.c 1.10.2.5 +4 -11 src/usr.sbin/ppp/lcp.c 1.7.2.2 +3 -1 src/usr.sbin/ppp/lqr.c 1.22.2.14 +70 -51 src/usr.sbin/ppp/main.c 1.24.2.8 +9 -20 src/usr.sbin/ppp/modem.c 1.7.2.5 +10 -1 src/usr.sbin/ppp/os.c 1.7.2.1 +3 -1 src/usr.sbin/ppp/pap.c 1.19.2.7 +4 -1 src/usr.sbin/ppp/ppp.8 1.7.2.4 +6 -2 src/usr.sbin/ppp/vars.h