From: mozilla%colinogilvie.co.uk <> Date: Mon, 25 Jul 2005 19:50:49 +0000 (+0000) Subject: Bug 297483: Remove comment from installation.xml about 'module-check' switch being... X-Git-Tag: bugzilla-2.21.1~170 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80d8289eae009f7170a7f6152ec7ededa6907bcf;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 ec30713f34..9b3bcc5ba7 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.