summaryrefslogtreecommitdiff
path: root/Tools/scripts/addport
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/scripts/addport')
-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.");
}
}