From owner-cvs-src@FreeBSD.ORG Wed Jul 25 15:22:50 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5D46516A418; Wed, 25 Jul 2007 15:22:50 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (tarsier.geekcn.org [210.51.165.229]) by mx1.freebsd.org (Postfix) with ESMTP id A207B13C457; Wed, 25 Jul 2007 15:22:49 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from localhost (tarsier.geekcn.org [210.51.165.229]) by tarsier.geekcn.org (Postfix) with ESMTP id 52686EB7B7A; Wed, 25 Jul 2007 23:22:48 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([210.51.165.229]) by localhost (mail.geekcn.org [210.51.165.229]) (amavisd-new, port 10024) with ESMTP id GTb3jNC9XUqz; Wed, 25 Jul 2007 23:22:46 +0800 (CST) Received: from charlie.delphij.net (unknown [61.49.186.182]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTP id E5320EB7B77; Wed, 25 Jul 2007 23:22:45 +0800 (CST) DomainKey-Signature: a=rsa-sha1; s=default; d=delphij.net; c=nofws; q=dns; h=message-id:date:from:user-agent:mime-version:to:cc:subject: references:in-reply-to:content-type:content-transfer-encoding; b=qA77PpFG1Wj0YVxAbVo38wg5Fy+PmWyvNFBqp2z1HzLJwLoL3Ug5sBUR/mRLdov// qClkQeFX22xCumFQivPuQ== Message-ID: <46A76AC5.3040808@delphij.net> Date: Wed, 25 Jul 2007 23:22:45 +0800 From: Xin LI User-Agent: Thunderbird 2.0.0.5 (X11/20070721) MIME-Version: 1.0 To: "Bjoern A. Zeeb" References: <200707150124.l6F1OkOw088572@repoman.freebsd.org> <20070725145935.J31116@maildrop.int.zabbadoz.net> <46A76A2C.2040209@delphij.net> In-Reply-To: <46A76A2C.2040209@delphij.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, Xin LI , cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/contrib/diff ABOUT-NLS AUTHORS COPYING ChangeLog FREEBSD-upgrade Makefile.am Makefile.in NEWS README THANKS TODO analyze.c bootstrap cmpbuf.c cmpbuf.h config.h config.hin configure configure.in context.c diagmeet.note diff.c diff.h ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jul 2007 15:22:50 -0000 The info page says: An exit status of 0 means no differences were found, 1 means some differences were found, and 2 means trouble. Normally, differing binary files count as trouble, but this can be altered by using the `-a' or `--text' option, or the `-q' or `--brief' option. Do you think this is the problem? (i.e. does specifying -q changed the behavior back to the previous?) Cheers,