From owner-cvs-all Tue Jan 19 14:59:38 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA20855 for cvs-all-outgoing; Tue, 19 Jan 1999 14:59:38 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA20850; Tue, 19 Jan 1999 14:59:37 -0800 (PST) (envelope-from abial@FreeBSD.org) From: Andrzej Bialecki Received: (from abial@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA18847; Tue, 19 Jan 1999 14:59:38 -0800 (PST) Date: Tue, 19 Jan 1999 14:59:38 -0800 (PST) Message-Id: <199901192259.OAA18847@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/login Makefile login.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk abial 1999/01/19 14:59:38 PST Modified files: usr.bin/login Makefile login.c Log: Add a compile knob to avoid using PAM code (login will use standard Unix authentication only). This comes handy when you're tight on space. Submitted by: mostly John Baldwin Reviewed by: John D. Polstra Revision Changes Path 1.26 +11 -3 src/usr.bin/login/Makefile 1.45 +11 -1 src/usr.bin/login/login.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message