From owner-cvs-all Mon Oct 22 13:37:47 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 21E1937B410; Mon, 22 Oct 2001 13:37:43 -0700 (PDT) Received: (from joe@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9MKbh475761; Mon, 22 Oct 2001 13:37:43 -0700 (PDT) (envelope-from joe) Message-Id: <200110222037.f9MKbh475761@freefall.freebsd.org> From: Josef Karthauser Date: Mon, 22 Oct 2001 13:37:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT cvs_acls.pl log_accum.pl 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 joe 2001/10/22 13:37:42 PDT Modified files: . cvs_acls.pl log_accum.pl Log: Canonicalise the way that we obtain the username of the committer, both in the access controls and in the log message generation. Use the CVS_USER environment variable if it's defined to obtain the true username. This is set by later versions of cvs (it's in 1.11.1p1), and gets around the problem of using pserver username aliases in CVSROOT/passwd. With this fix the committer's true username is checked and reported instead of the system one. Revision Changes Path 1.11 +3 -2 CVSROOT/cvs_acls.pl 1.90 +4 -4 CVSROOT/log_accum.pl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message