]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix for bug 125835: Removing an old sarcastic comment from the localconfig generation...
authorjustdave%syndicomm.com <>
Sat, 16 Feb 2002 10:59:25 +0000 (10:59 +0000)
committerjustdave%syndicomm.com <>
Sat, 16 Feb 2002 10:59:25 +0000 (10:59 +0000)
using a password is bad.
Patch by James Cox <james@awpimajes.com>
r= justdave x 2

checksetup.pl

index 7eb601787953b1b9b198cf64cb1e311c609ca679..cbf6e7e0976bd5bd6ed3fa664ab7794943bbcda3 100755 (executable)
@@ -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 (\\\\)
 #