From owner-cvs-usrsbin Sat Sep 27 12:17:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA07911 for cvs-usrsbin-outgoing; Sat, 27 Sep 1997 12:17:09 -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 MAA07887; Sat, 27 Sep 1997 12:16:52 -0700 (PDT) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id MAA15432; Sat, 27 Sep 1997 12:11:45 -0700 (PDT) Date: Sat, 27 Sep 1997 12:11:45 -0700 (PDT) Message-Id: <199709271911.MAA15432@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp Makefile pap.c passwdauth.c passwdauth.h Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1997/09/27 12:11:44 PDT Modified files: usr.sbin/ppp Makefile pap.c Removed files: usr.sbin/ppp passwdauth.c passwdauth.h Log: Don't login twice when using passwdauth Suggested by: Peter Childs Merge the whole module into a few lines in pap.c Revision Changes Path 1.26 +3 -3 src/usr.sbin/ppp/Makefile 1.16 +10 -7 src/usr.sbin/ppp/pap.c