From owner-freebsd-cvsweb@FreeBSD.ORG Mon Dec 27 20:11:17 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 C459016A4CE for ; Mon, 27 Dec 2004 20:11:17 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C0C043D3F for ; Mon, 27 Dec 2004 20:11:17 +0000 (GMT) (envelope-from rnhurt@gmail.com) Received: by wproxy.gmail.com with SMTP id 36so306644wra for ; Mon, 27 Dec 2004 12:11:17 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=dWHN28L/8Lp4LP2ydGqmDAo4vvl1cmp2wsDGc8pX/k8Y3PbtHbZfvEIQJu2WJFVuE9ICqNCRrnrKf+DuzYaJVlF9wPT/2mw4vIIK/NvI4c+3BjlZrIbz9pmxTyeGbURKa33YbPY+wNg1y5qrMtkKqN4almYgTMc/s7SB9oMooQE= Received: by 10.54.11.68 with SMTP id 68mr368535wrk; Mon, 27 Dec 2004 12:11:16 -0800 (PST) Received: by 10.54.4.60 with HTTP; Mon, 27 Dec 2004 12:11:16 -0800 (PST) Message-ID: <712ba87c04122712117c91d6cd@mail.gmail.com> Date: Mon, 27 Dec 2004 15:11:16 -0500 From: Richard Hurt To: freebsd-cvsweb@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: @command_path not used? X-BeenThere: freebsd-cvsweb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Richard Hurt List-Id: CVS Web maintenance mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 20:11:17 -0000 Hello all, I am having difficulty using the diff functionality of CVSWeb. My system (HP-UX 11) has older, HP versions of the various external tools used by CVSWeb (rlog, rcsdiff, diff, etc.) located at /usr/bin. I have loaded the newer, GNU versions in my own directory /home/www/apps/bin and set the @command_path list to only my directory. Most things are working fine including the graph functionality, however whenever I try to diff two versions it always uses the wrong diff (/usr/bin/diff) which doesnt recognize the -u option. :( I have tried a couple of different things but nothing seems to work. When I created a blank @command_path listing I couldn't even see the home page (complained about rlog missing), so it seems to work (at least for some commands). Any thoughts on why this is happening? Thanx! Richard