From owner-cvs-all@FreeBSD.ORG Thu Jul 7 21:50:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 B484716A41C; Thu, 7 Jul 2005 21:50:04 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D36643D46; Thu, 7 Jul 2005 21:50:03 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.14] (imini.samsco.home [192.168.254.14]) (authenticated bits=0) by pooker.samsco.org (8.13.3/8.13.3) with ESMTP id j67LuIxj033500; Thu, 7 Jul 2005 15:56:18 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <42CDA298.3030706@samsco.org> Date: Thu, 07 Jul 2005 15:46:00 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.7) Gecko/20050416 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ken Smith References: <200507071416.j67EGcYZ040982@repoman.freebsd.org> <1120747581.25352.41.camel@opus.cse.buffalo.edu> In-Reply-To: <1120747581.25352.41.camel@opus.cse.buffalo.edu> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Ken Smith Subject: Re: cvs commit: src/crypto/heimdal/appl/su Makefile.am su.c src/kerberos5/usr.bin/ksu Makefile src/lib/libpam/modules/pam_krb5 Makefile pam_krb5.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 07 Jul 2005 21:50:04 -0000 Ken Smith wrote: > On Thu, 2005-07-07 at 14:16 +0000, Ken Smith wrote: > >>kensmith 2005-07-07 14:16:38 UTC >> Revision Changes Path >> 1.2 +10 -5 src/crypto/heimdal/appl/su/Makefile.am >> 1.2 +206 -57 src/crypto/heimdal/appl/su/su.c >> > > > Ok, of the people I ran this by nobody said there needed to be anything > special done other than a straight commit to HEAD but these results look > very wrong. What did I do wrong or not do or ??? > > [ Is this why Peter missed HEAD earlier? :-( ] > If you diff between rev 1.2 and rev 1.1.1.8 (the most recent rev on the vendor branch) you'll see the content revert to what you were probably expecting. What you see in this commit message is the result of taking the file off of the vendor branch and thus the cumulative effect of all of the vendor branch changes that have happened since the very first import. I got fooled by the same thing just now with my gcc commit. Scott