diff options
author | Will Andrews <will@FreeBSD.org> | 2003-03-02 17:29:12 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2003-03-02 17:29:12 +0000 |
commit | 7ac6ca52e1f491a590653e269f750a1d1dd40858 (patch) | |
tree | 60d09eb3aa62e17f4f4239c45acab46363b2f6fc /Tools/scripts | |
parent | 8dad52a115b6859af8e560e198b8a2ce57201f20 (diff) | |
download | ports-7ac6ca52e1f491a590653e269f750a1d1dd40858.tar.gz ports-7ac6ca52e1f491a590653e269f750a1d1dd40858.zip |
Notes
Diffstat (limited to 'Tools/scripts')
-rwxr-xr-x | Tools/scripts/modulesupdate | 2 |
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 |