From owner-cvs-usrsbin Sat Sep 27 12:18:53 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA07963 for cvs-usrsbin-outgoing; Sat, 27 Sep 1997 12:18:53 -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 MAA07938; Sat, 27 Sep 1997 12:18:42 -0700 (PDT) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id MAA15481; Sat, 27 Sep 1997 12:13:35 -0700 (PDT) Date: Sat, 27 Sep 1997 12:13:35 -0700 (PDT) Message-Id: <199709271913.MAA15481@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:13:35 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/ppp Makefile pap.c Removed files: (Branch: RELENG_2_2) usr.sbin/ppp passwdauth.c passwdauth.h Log: MFC: 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.9.2.12 +3 -3 src/usr.sbin/ppp/Makefile 1.7.2.7 +10 -7 src/usr.sbin/ppp/pap.c