summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2006-10-17 14:58:40 +0200
committermkanat%bugzilla.org <>2006-10-17 14:58:40 +0200
commit124ab7cdf76cf58d8f5d772f51a2a142bb59d5ed (patch)
tree9179c5c9555f38070dc3590bb4ab3c597962fd99 /checksetup.pl
parentbeb7bbd5ed0122343cdbf9ddfb83df511eb9adf9 (diff)
downloadbugzilla-124ab7cdf76cf58d8f5d772f51a2a142bb59d5ed.tar.gz
bugzilla-124ab7cdf76cf58d8f5d772f51a2a142bb59d5ed.tar.xz
Bug 192451: Checksetup should prioritize missing module whines
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/checksetup.pl b/checksetup.pl
index d8e920a6d..2a67e8b6e 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -96,6 +96,8 @@ my $silent = scalar(keys %answer) && !$switch{'verbose'};
display_version_and_os() unless $silent;
# Check required --MODULES--
my $module_results = check_requirements(!$silent);
+Bugzilla::Install::Requirements::print_module_instructions(
+ $module_results, !$silent);
exit if !$module_results->{pass};
# Break out if checking the modules is all we have been asked to do.
exit if $switch{'check-modules'};