From 423d9456232f88e2f3e9d539e46ecdce992030de Mon Sep 17 00:00:00 2001 From: "mozilla%colinogilvie.co.uk" Date: Mon, 25 Jul 2005 12:50:49 +0000 Subject: [PATCH] Bug 297483: Remove comment from installation.xml about 'module-check' switch being needed as it's already available Patch by me, r=gerv git-svn-id: svn://10.0.0.236/trunk@176518 18797224-902f-48f8-a5cc-f745e15eee43 --- .../bugzilla/docs/xml/installation.xml | 25 ++++++++++--------- 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/mozilla/webtools/bugzilla/docs/xml/installation.xml b/mozilla/webtools/bugzilla/docs/xml/installation.xml index 6dd74730ad9..eb6c017e823 100644 --- a/mozilla/webtools/bugzilla/docs/xml/installation.xml +++ b/mozilla/webtools/bugzilla/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.