From: justdave%syndicomm.com <> Date: Sat, 16 Feb 2002 10:59:25 +0000 (+0000) Subject: Fix for bug 125835: Removing an old sarcastic comment from the localconfig generation... X-Git-Tag: bugzilla-2.16rc1~222 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=681673a91a855b802f4ef3cdba880eef618004dd;p=thirdparty%2Fbugzilla.git 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 r= justdave x 2 --- diff --git a/checksetup.pl b/checksetup.pl index 7eb6017879..cbf6e7e097 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 (\\\\) #