From owner-cvs-all Thu Aug 30 4:27:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4A01E37B405; Thu, 30 Aug 2001 04:27:37 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: (from markm@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7UBRbJ44161; Thu, 30 Aug 2001 04:27:37 -0700 (PDT) (envelope-from markm) Message-Id: <200108301127.f7UBRbJ44161@freefall.freebsd.org> From: Mark Murray Date: Thu, 30 Aug 2001 04:27:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/login Makefile README login.1 login.c pathnames.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG markm 2001/08/30 04:27:37 PDT Modified files: usr.bin/login Makefile README login.1 login.c pathnames.h Log: Like su(1), make PAM use mandatory. Remove parts of the authentication logic that are handled by PAM. Fix documentation to reflect this. Revision Changes Path 1.36 +4 -10 src/usr.bin/login/Makefile 1.4 +2 -3 src/usr.bin/login/README 1.21 +2 -31 src/usr.bin/login/login.1 1.68 +2 -41 src/usr.bin/login/login.c 1.5 +1 -1 src/usr.bin/login/pathnames.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message