From owner-cvs-usrsbin Sun Sep 21 17:51:54 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA28667 for cvs-usrsbin-outgoing; Sun, 21 Sep 1997 17:51:54 -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 RAA28617; Sun, 21 Sep 1997 17:51:19 -0700 (PDT) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id RAA16580; Sun, 21 Sep 1997 17:46:58 -0700 (PDT) Date: Sun, 21 Sep 1997 17:46:58 -0700 (PDT) Message-Id: <199709220046.RAA16580@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:46:58 PDT Modified files: usr.sbin/ppp command.c command.h main.c modem.c Log: 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.84 +11 -17 src/usr.sbin/ppp/command.c 1.6 +13 -1 src/usr.sbin/ppp/command.h 1.81 +13 -22 src/usr.sbin/ppp/main.c 1.55 +71 -21 src/usr.sbin/ppp/modem.c