summaryrefslogtreecommitdiff
path: root/Tools
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
parentde-pkg-comment (diff)
Update for post-repo-split. s/ncvs/pcvs/ so that the default root is
pcvs.freebsd.org:/home/pcvs
Notes
Notes: svn path=/head/; revision=76668
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/scripts/addport8
-rwxr-xr-xTools/scripts/modulesupdate2
2 files changed, 5 insertions, 5 deletions
diff --git a/Tools/scripts/addport b/Tools/scripts/addport
index 33cb493c893b..ee5a873c697b 100755
--- a/Tools/scripts/addport
+++ b/Tools/scripts/addport
@@ -52,7 +52,7 @@ my $c = $opts{'c'} if ($opts{'c'} ne "");
my $nomodules = $opts{'g'};
my $distdir = $opts{'s'} if ($opts{'s'} ne "");
my $dir = $opts{'d'};
-my $h = "ncvs.FreeBSD.org";
+my $h = "pcvs.FreeBSD.org";
$h = $opts{'h'} if ($opts{'h'} ne "");
my $n = ""; $n = "-n" if $opts{'n'};
my $u = $ENV{USER};
@@ -101,10 +101,10 @@ $tmp = $tmp2 = $offset = 0;
chomp(my $myhost = lc(hostname()));
$moduleshost = "freefall.freebsd.org" if ($moduleshost eq "");
-# SSH is always required nowadays... ncvs.FreeBSD.org isn't shell accessible.
+# SSH is always required nowadays... pcvs.FreeBSD.org isn't shell accessible.
$ssh = "$ENV{CVS_RSH} $h -l $u";
$sshmod = "$ENV{CVS_RSH} -A $moduleshost -l $u";
-$repo= "$u\@$h:/home/ncvs" if !$ENV{ADDPCVSROOT};
+$repo= "$u\@$h:/home/pcvs" if !$ENV{ADDPCVSROOT};
$repo = "$ENV{ADDPCVSROOT}" if $ENV{ADDPCVSROOT};
my $cvs = "cvs -d $repo";
@@ -410,7 +410,7 @@ OPTIONS
-c file Use file in place of normal log message.
-f Do not fetch the distfile.
-g Do not commit to CVSROOT/modules.
- -h host Use a cvshost besides ncvs.FreeBSD.org.
+ -h host Use a cvshost besides pcvs.FreeBSD.org.
-i Interactive mode; allow more control over
where things are placed. This is required in
order to change things like module names etc.
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