aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2003-01-30 17:28:34 +0000
committerWill Andrews <will@FreeBSD.org>2003-01-30 17:28:34 +0000
commitc65c37a41b47a17452a8daf3469a662b2f17c08a (patch)
tree2a7aa18a382b363ee430a6fc93cc2be892584088 /Tools
parent509bd8df773e2f02204fb655ab497f6d22faf67d (diff)
downloadports-c65c37a41b47a17452a8daf3469a662b2f17c08a.tar.gz
ports-c65c37a41b47a17452a8daf3469a662b2f17c08a.zip
Attempt to defuse problems from developers who don't have the correct
ssh setup in order for addport to do CVSROOT/modules correctly.
Notes
Notes: svn path=/head/; revision=74293
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/scripts/addport2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tools/scripts/addport b/Tools/scripts/addport
index 23968b90e23d..af911c13cb07 100755
--- a/Tools/scripts/addport
+++ b/Tools/scripts/addport
@@ -344,6 +344,8 @@ foreach my $thisdir (@dirs) {
chdir "$tmpdir/$category" or err(1, "$tmpdir/$category");
system("$cvs $n ci $commitfile Makefile $portname") && errx(1, "cvs commit failed, aborting.");
if (!$nomodules && ($n ne "-n")) {
+ print "*** If you have problems with the below modulesupdate command, PLEASE\n";
+ print "*** ensure that you can login to $h from $moduleshost\n!";
system("$sshmod env CVSROOT=$repo $perl /usr/local/bin/modulesupdate $module ports/$category/$portname") && errx(1, "adding port to modules failed, aborting.");
}
}