aboutsummaryrefslogtreecommitdiff
path: root/Tools/scripts
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2003-03-02 17:29:12 +0000
committerWill Andrews <will@FreeBSD.org>2003-03-02 17:29:12 +0000
commit7ac6ca52e1f491a590653e269f750a1d1dd40858 (patch)
tree60d09eb3aa62e17f4f4239c45acab46363b2f6fc /Tools/scripts
parent8dad52a115b6859af8e560e198b8a2ce57201f20 (diff)
downloadports-7ac6ca52e1f491a590653e269f750a1d1dd40858.tar.gz
ports-7ac6ca52e1f491a590653e269f750a1d1dd40858.zip
Make modulesupdate actually work in light of split. You can't use a
CVSROOT that's readonly.
Notes
Notes: svn path=/head/; revision=76742
Diffstat (limited to 'Tools/scripts')
-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