From: mozilla%colinogilvie.co.uk <> Date: Mon, 25 Jul 2005 19:49:03 +0000 (+0000) Subject: Bug 297483: Remove comment from installation.xml about 'module-check' switch being... X-Git-Tag: bugzilla-2.20rc2~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6a4de1964df39ea62eb92f2df2e108a1b2cadcb;p=thirdparty%2Fbugzilla.git Bug 297483: Remove comment from installation.xml about 'module-check' switch being needed as it's already available Patch by me, r=gerv --- diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml index a90796d175..5dea2029c0 100644 --- a/docs/xml/installation.xml +++ b/docs/xml/installation.xml @@ -1,5 +1,5 @@ - + Installing Bugzilla @@ -218,15 +218,11 @@ At this point, you need to su to root. You should - remain as root until the end of the install. Then run: + remain as root until the end of the install. To check you have the + required modules, run: - bash# ./checksetup.pl - - - + bash# ./checksetup.pl --check-modules checksetup.pl will print out a list of the @@ -580,10 +576,15 @@ localconfig - Once you run checksetup.pl with all the correct - modules installed, it displays a message about, and write out a - file called, localconfig. This file contains - the default settings for a number of Bugzilla parameters. + You should now run checksetup.pl again, this time + without the --check-modules switch. + + bash# ./checksetup.pl + + This time, checksetup.pl should tell you that all + the correct modules are installed and will display a message about, and + write out a file called, localconfig. This file + contains the default settings for a number of Bugzilla parameters.