diff options
author | gerv%gerv.net <> | 2002-05-08 06:31:03 +0200 |
---|---|---|
committer | gerv%gerv.net <> | 2002-05-08 06:31:03 +0200 |
commit | 14dbb1466479cbdb44d06aa40dc7b077ee72f4c9 (patch) | |
tree | 354c20a5d8dc72def7a495d0cdc9afb9240c6168 | |
parent | d756467055959872b1a443d2c60417135b0d05e9 (diff) | |
download | bugzilla-14dbb1466479cbdb44d06aa40dc7b077ee72f4c9.tar.gz bugzilla-14dbb1466479cbdb44d06aa40dc7b077ee72f4c9.tar.xz |
bug 142792 - Output from checksetup.pl contains misspelled words. Patch by ddk; 2xr=gerv.
-rwxr-xr-x | checksetup.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/checksetup.pl b/checksetup.pl index e1a551506..c3b11739a 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -555,11 +555,11 @@ EOF WARNING! You have not entered a value for the "webservergroup" parameter in localconfig. This means that certain files and directories which need to be editable by both you and the webserver must be world writable, and -other files (including the localconfig file which stores your databasa +other files (including the localconfig file which stores your database password) must be world readable. This means that _anyone_ who can obtain local access to this machine can do whatever they want to your Bugzilla -installation, and is probably also able to run arbitary Perl as the user the -webserver runs as. +installation, and is probably also able to run arbitrary Perl code as the +user that the webserver runs as. You really, really, really need to change this setting. ******************************************************************************** |