summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xTools/scripts/modulesupdate2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/scripts/modulesupdate b/Tools/scripts/modulesupdate
index 14e34d187250..bc01ae37720e 100755
--- a/Tools/scripts/modulesupdate
+++ b/Tools/scripts/modulesupdate
@@ -10,7 +10,7 @@ use strict;
my $tmpdir;
if ($ENV{CVSROOT} eq "") {
- $ENV{CVSROOT}="/home/pcvs";
+ $ENV{CVSROOT}="pcvs.freebsd.org:/home/pcvs";
}
sub goodbye