summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2002-02-16 11:59:25 +0100
committerjustdave%syndicomm.com <>2002-02-16 11:59:25 +0100
commit681673a91a855b802f4ef3cdba880eef618004dd (patch)
treefcf10fa3a8e0660fee99dafebc415c81c37f346c /checksetup.pl
parentddf26db47d3b076f048f30b9281529d7666e72cc (diff)
downloadbugzilla-681673a91a855b802f4ef3cdba880eef618004dd.tar.gz
bugzilla-681673a91a855b802f4ef3cdba880eef618004dd.tar.xz
Fix for bug 125835: Removing an old sarcastic comment from the localconfig generation routine so that it doesn't imply that
using a password is bad. Patch by James Cox <james@awpimajes.com> r= justdave x 2
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/checksetup.pl b/checksetup.pl
index 7eb601787..cbf6e7e09 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -376,7 +376,8 @@ $db_user = "bugs"; # user to attach to the MySQL database
');
LocalVar('db_pass', '
#
-# Some people actually use passwords with their MySQL database ...
+# Enter your database password here. It's normally advisable to specify
+# a password for your bugzilla database user.
# If you use apostrophe (\') or a backslash (\\) in your password, you\'ll
# need to escape it by preceding it with a \\ character. (\\\') or (\\\\)
#