From owner-cvs-usrsbin Sun Nov 9 15:51:59 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA15591 for cvs-usrsbin-outgoing; Sun, 9 Nov 1997 15:51:59 -0800 (PST) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA15497; Sun, 9 Nov 1997 15:50:08 -0800 (PST) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id PAA20307; Sun, 9 Nov 1997 15:48:13 -0800 (PST) Date: Sun, 9 Nov 1997 15:48:13 -0800 (PST) Message-Id: <199711092348.PAA20307@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp command.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1997/11/09 15:48:13 PST Modified files: (Branch: RELENG_2_2) usr.sbin/ppp command.c Log: MFC: Let LcpClose() terminate ppp in background mode (although it's incorrectly done at PHASE_TERMINATE 'till I bring the rest of the -current changes in). Revision Changes Path 1.24.2.46 +1 -3 src/usr.sbin/ppp/command.c