From owner-freebsd-cvsweb@FreeBSD.ORG Mon Feb 23 04:21:43 2004 Return-Path: Delivered-To: freebsd-cvsweb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCFE016A4CE for ; Mon, 23 Feb 2004 04:21:43 -0800 (PST) Received: from cmsrelay03.mx.net (cmsrelay03.mx.net [165.212.11.112]) by mx1.FreeBSD.org (Postfix) with SMTP id 7E72A43D1D for ; Mon, 23 Feb 2004 04:21:43 -0800 (PST) (envelope-from noackjr@alumni.rice.edu) Received: from uadvg129.cms.usa.net (165.212.11.129) by cmsoutbound.mx.net with SMTP; 23 Feb 2004 12:21:42 -0000 Received: from optimator.noacks.org [66.136.22.254] by uadvg129.cms.usa.net (ASMTP/noackjr@usa.net) via mtad (C8.MAIN.3.13N) with ESMTP id 509iBwmVO0125M29; Mon, 23 Feb 2004 12:21:40 GMT X-USANET-Auth: 66.136.22.254 AUTH noackjr@usa.net optimator.noacks.org Received: from localhost (localhost [127.0.0.1]) by optimator.noacks.org (Postfix) with ESMTP id 706936112 for ; Mon, 23 Feb 2004 06:21:39 -0600 (CST) Received: from optimator.noacks.org ([127.0.0.1]) by localhost (optimator.noacks.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 50733-09 for ; Mon, 23 Feb 2004 06:21:38 -0600 (CST) Received: from alumni.rice.edu (compgeek [192.168.1.10]) by optimator.noacks.org (Postfix) with ESMTP id 5E94A6110 for ; Mon, 23 Feb 2004 06:21:38 -0600 (CST) Message-ID: <4039F04F.7030504@alumni.rice.edu> Date: Mon, 23 Feb 2004 06:21:35 -0600 From: Jon Noack User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-cvsweb@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at noacks.org Subject: "f" => "sc" gives diff error X-BeenThere: freebsd-cvsweb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: noackjr@alumni.rice.edu List-Id: CVS Web maintenance mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Feb 2004 12:21:44 -0000 Setting "f" => "sc" results in this error when attempting to view a preferred diff: /usr/bin/diff: conflicting specifications of output style Immediately following the error the diff is printed, but it is in context form with no colorization (enscript is probably trying to colorize for side-by-side and as a result doesn't colorize anything). Is it possible we're trying to run the diff with both "-c" and "--side-by-side"? Using "uc" or "cc" instead of "sc" produces the expected output. Vitals: FreeBSD 5.2.1-RC2 Perl 5.6.1 (FreeBSD port) CVSweb 2.9.3 diff - GNU diffutils version 2.7 (FreeBSD base system) GNU enscript 1.6.4 A search of the archives didn't reveal anything, so I think this may be a new issue. Thanks, Jon Noack