From owner-cvs-all Fri Apr 19 22:44:45 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 8044237B422; Fri, 19 Apr 2002 22:44:36 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3K5iam57324; Fri, 19 Apr 2002 22:44:36 -0700 (PDT) (envelope-from ache) Message-Id: <200204200544.g3K5iam57324@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Fri, 19 Apr 2002 22:44:36 -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/19 22:44:36 PDT Modified files: crypto/openssh session.c Log: 1) Fix overlook in my prev. commit - forget HAVE_ prefix in one place in old code merge. 2) In addition honor "timezone" and "term" capabilities from login.conf, not overwrite them once they set (they are TZ and TERM variables). Revision Changes Path 1.24 +11 -4 src/crypto/openssh/session.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message