K 10 svn:author V 3 joe K 8 svn:date V 27 2001-10-22T20:37:42.000000Z K 7 svn:log V 449 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. END