From 124ab7cdf76cf58d8f5d772f51a2a142bb59d5ed Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Tue, 17 Oct 2006 12:58:40 +0000 Subject: Bug 192451: Checksetup should prioritize missing module whines Patch By Max Kanat-Alexander (module owner) a=myk --- checksetup.pl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'checksetup.pl') 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'}; -- cgit v1.2.3-24-g4f1b