From b5293ce27c5c006e03438fbf6a71892185d61c91 Mon Sep 17 00:00:00 2001 From: "mozilla%colinogilvie.co.uk" <> Date: Fri, 4 Apr 2008 11:47:31 +0000 Subject: Bug 297483: Remove comment from installation.xml about 'module-check' switch being needed as it's already available Patch by me, r=gerv --- docs/en/xml/installation.xml | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) (limited to 'docs') diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index 65828412f..6c511ad31 100644 --- a/docs/en/xml/installation.xml +++ b/docs/en/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. -- cgit v1.2.3-24-g4f1b