diff options
author | mkanat%bugzilla.org <> | 2008-04-04 11:48:01 +0000 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2008-04-04 11:48:01 +0000 |
commit | 54e823c4d8c9653f764fc861fafe229e5c4a93bc (patch) | |
tree | 4dda5b71fadb81b7facb64e01341624c9504dcd5 /docs | |
parent | 3e0378702e38aa3f21a5c38c0527d00cb68371d2 (diff) | |
download | bugs-54e823c4d8c9653f764fc861fafe229e5c4a93bc.tar bugs-54e823c4d8c9653f764fc861fafe229e5c4a93bc.tar.gz bugs-54e823c4d8c9653f764fc861fafe229e5c4a93bc.tar.bz2 bugs-54e823c4d8c9653f764fc861fafe229e5c4a93bc.tar.xz bugs-54e823c4d8c9653f764fc861fafe229e5c4a93bc.zip |
Bug 192451: Checksetup should prioritize missing module whines
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
Diffstat (limited to 'docs')
-rw-r--r-- | docs/en/xml/installation.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index 4fbe64eba..bef8bca51 100644 --- a/docs/en/xml/installation.xml +++ b/docs/en/xml/installation.xml @@ -1,5 +1,5 @@ <!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> --> -<!-- $Id: installation.xml,v 1.130 2008/04/04 06:48:00 mozilla%colinogilvie.co.uk Exp $ --> +<!-- $Id: installation.xml,v 1.131 2008/04/04 06:48:01 mkanat%bugzilla.org Exp $ --> <chapter id="installing-bugzilla"> <title>Installing Bugzilla</title> @@ -373,8 +373,8 @@ <listitem> <para> - <link linkend="install-modules-gd-text-align">GD::Text::Align</link> - (&min-gd-text-align-ver;) for bug charting + <link linkend="install-modules-gd-text">GD::Text</link> + (&min-gd-text-ver;) for bug charting </para> </listitem> @@ -477,10 +477,10 @@ </para> </section> - <section id="install-modules-gd-text-align"> - <title>GD::Text::Align (&min-gd-text-align-ver;)</title> + <section id="install-modules-gd-text"> + <title>GD::Text (&min-gd-text-ver;)</title> - <para>The GD::Text::Align module is only required if you want graphical + <para>The GD::Text module is only required if you want graphical reports. </para> </section> @@ -575,14 +575,14 @@ <para>Bugzilla requires <literal>mod_perl</literal> to be installed, which can be obtained from <ulink url="http://perl.apache.org"/> - Bugzilla requires - version &min-mp-mod_perl2-ver; (AKA 2.0.0-RC5) to be installed.</para> + version &min-mod_perl2-ver; (AKA 2.0.0-RC5) to be installed.</para> <para>Bugzilla also requires a more up-to-date version of the CGI perl module to be installed, version &min-mp-cgi-ver; as opposed to &min-cgi-ver; </para> <para>Finally, Bugzilla also requires <literal>Apache::DBI</literal> - (&min-mp-apache-dbi-ver;) to be installed as well.</para> + (&min-apache-dbi-ver;) to be installed as well.</para> </section> </section> |