aboutsummaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2003-01-31 01:28:34 +0800
committerwill <will@FreeBSD.org>2003-01-31 01:28:34 +0800
commitc22babbc97837f7dbc4f19b4f05e2e20ca7d734f (patch)
tree575ae20cfc620cdf695ca807466b676913d59eb5 /Tools
parent241e6fedbe966c94e482f10d6b744e910495baa2 (diff)
downloadfreebsd-ports-gnome-c22babbc97837f7dbc4f19b4f05e2e20ca7d734f.tar.gz
freebsd-ports-gnome-c22babbc97837f7dbc4f19b4f05e2e20ca7d734f.tar.zst
freebsd-ports-gnome-c22babbc97837f7dbc4f19b4f05e2e20ca7d734f.zip
Attempt to defuse problems from developers who don't have the correct
ssh setup in order for addport to do CVSROOT/modules correctly.
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.");
}
}