From 574c0021d9405cd39afa9dfd35fe69b036d8f27e Mon Sep 17 00:00:00 2001 From: "justdave%bugzilla.org" Date: Fri, 14 Jul 2006 09:43:07 +0000 Subject: [PATCH] Bug 344656: put cvspass file in a more normal location r=timeless --- webtools/despot/syncit.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webtools/despot/syncit.pl b/webtools/despot/syncit.pl index 85a10c3705b2..12fceb472f21 100755 --- a/webtools/despot/syncit.pl +++ b/webtools/despot/syncit.pl @@ -34,7 +34,7 @@ $perlbin = "/usr/bin/perl"; #chop($curdir); #$ENV{"CVS_PASSFILE"} = "$curdir/.cvspass"; $ENV{"CVS_RSH"} = "ssh"; -$ENV{"CVS_PASSFILE"} = "/usr/local/etc/despot-cvspass"; +$ENV{"CVS_PASSFILE"} = "/etc/despot/cvspass"; $dontcommit = 0; $usertoblame = "";