From owner-cvs-usrsbin Sun Sep 21 17:55:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA28917 for cvs-usrsbin-outgoing; Sun, 21 Sep 1997 17:55:12 -0700 (PDT) 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 RAA28893; Sun, 21 Sep 1997 17:55:01 -0700 (PDT) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id RAA16696; Sun, 21 Sep 1997 17:50:41 -0700 (PDT) Date: Sun, 21 Sep 1997 17:50:41 -0700 (PDT) Message-Id: <199709220050.RAA16696@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 command.h main.c modem.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1997/09/21 17:50:40 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/ppp command.c command.h main.c modem.c Log: MFC: Correct the way the uucp lock file and the ttyXX.if lock file get created. We don't create lock files over non-tty connections, but we *do* create lock files in -direct mode. This leaves us capable of adding utmp/wtmp support for successful pap & chap logins (coming soon). Revision Changes Path 1.24.2.41 +10 -15 src/usr.sbin/ppp/command.c 1.2.6.3 +12 -1 src/usr.sbin/ppp/command.h 1.22.2.40 +13 -22 src/usr.sbin/ppp/main.c 1.24.2.23 +71 -21 src/usr.sbin/ppp/modem.c