From 80d8289eae009f7170a7f6152ec7ededa6907bcf Mon Sep 17 00:00:00 2001 From: "mozilla%colinogilvie.co.uk" <> Date: Mon, 25 Jul 2005 19:50:49 +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/xml/installation.xml | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) (limited to 'docs') diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml index ec30713f3..9b3bcc5ba 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. -- cgit v1.2.3-24-g4f1b