From owner-cvs-all@FreeBSD.ORG Wed May 4 21:00:22 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B10D116A4CE for ; Wed, 4 May 2005 21:00:19 +0000 (GMT) Received: from relay01.pair.com (relay01.pair.com [209.68.5.15]) by mx1.FreeBSD.org (Postfix) with SMTP id 1CF3343D69 for ; Wed, 4 May 2005 21:00:19 +0000 (GMT) (envelope-from mp@FreeBSD.org) Received: (qmail 5152 invoked from network); 4 May 2005 20:59:37 -0000 Received: from unknown (HELO ?10.1.10.133?) (unknown) by unknown with SMTP; 4 May 2005 20:59:37 -0000 X-pair-Authenticated: 67.188.136.165 Message-ID: <427937B7.90801@FreeBSD.org> Date: Wed, 04 May 2005 13:59:35 -0700 From: Mark Peek User-Agent: Mozilla Thunderbird 1.0RC1 (Macintosh/20041130) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ruslan Ermilov References: <200505042021.j44KLvE7079456@repoman.freebsd.org> <20050504202756.GA8270@ip.net.ua> In-Reply-To: <20050504202756.GA8270@ip.net.ua> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/bin/csh config.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 May 2005 21:00:22 -0000 On 5/4/05 1:27 PM, Ruslan Ermilov wrote: > On Wed, May 04, 2005 at 08:21:57PM +0000, Mark Peek wrote: > >>mp 2005-05-04 20:21:57 UTC >> >> FreeBSD src repository >> >> Modified files: >> bin/csh config.h >> Log: >> Define HAVE_STRUCT_UTMP_UT_HOST in order for the REMOTEHOST environment >> variable to show up correctly. >> >> Note: This is really a bug with the stock tcsh configure.in script not >> including before . But, since config.h is maintained >> separate from the contrib sources, this is the correct fix. >> >> Noticed by: ache >> >> Revision Changes Path >> 1.12 +1 -1 src/bin/csh/config.h >> > > Does this fix a recent breakage where %M/%m would not work in the > $who variable? > > > Cheers, I wasn't aware there was a bug with %M/%m and the $who variable after the import of tcsh 6.14. But yes, this change appears to fix that bug as well. Mark