summaryrefslogtreecommitdiff
path: root/Tools/scripts/modulesupdate
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/modulesupdate
parentAdd kmplayer 0.6.5a, a KDE frontend to mplayer. This port allows the (diff)
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 '')
-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