From owner-cvs-all Tue Apr 23 5:36:16 2002 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 5114537B417; Tue, 23 Apr 2002 05:36:12 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3NCaCG48195; Tue, 23 Apr 2002 05:36:12 -0700 (PDT) (envelope-from ache) Message-Id: <200204231236.g3NCaCG48195@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Tue, 23 Apr 2002 05:36:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/openssh session.c 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 ache 2002/04/23 05:36:11 PDT Modified files: crypto/openssh session.c Log: 1) Proberly conditionalize PAM "last login" printout. 2) For "copyright" case #ifdef HAVE_LOGIN_CAP was placed on too big block, narrow it down. 3) Don't check the same conditions twice (for "copyright" and "welcome"), put them under single block. 4) Print \n between "copyright" and "welcome" as our login does. Reviewed by: des (1) Revision Changes Path 1.29 +11 -14 src/crypto/openssh/session.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message