summaryrefslogtreecommitdiff
path: root/Tools/scripts/modulesupdate
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2003-02-28 19:49:31 +0000
committerPeter Wemm <peter@FreeBSD.org>2003-02-28 19:49:31 +0000
commit796330dcfbe1cef28d7179a6e58cba616255a87e (patch)
tree5c4e77351c8609387b32b5f3b742b9fed223b17a /Tools/scripts/modulesupdate
parentde-pkg-comment (diff)
Update for post-repo-split. s/ncvs/pcvs/ so that the default root is
pcvs.freebsd.org:/home/pcvs
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 f204e11fd684..14e34d187250 100755
--- a/Tools/scripts/modulesupdate
+++ b/Tools/scripts/modulesupdate
@@ -10,7 +10,7 @@ use strict;
my $tmpdir;
if ($ENV{CVSROOT} eq "") {
- $ENV{CVSROOT}="/home/ncvs";
+ $ENV{CVSROOT}="/home/pcvs";
}
sub goodbye