diff options
author | justdave%syndicomm.com <> | 2002-06-03 02:25:14 +0200 |
---|---|---|
committer | justdave%syndicomm.com <> | 2002-06-03 02:25:14 +0200 |
commit | 7e7bf7695299a4af35ed0e8ba1ab15ce68f314f6 (patch) | |
tree | 50ff1fd631162883f17baa94530f07192185c591 | |
parent | d2895af6fc01b5e782e1a71cf3604cea13cbcf9f (diff) | |
download | bugzilla-7e7bf7695299a4af35ed0e8ba1ab15ce68f314f6.tar.gz bugzilla-7e7bf7695299a4af35ed0e8ba1ab15ce68f314f6.tar.xz |
Fix for bug 143108: comment change in localconfig to eliminate incorrect statement that your permissions won't get touched if
$webservergroup is empty.
r= jouni, MattyT
-rwxr-xr-x | checksetup.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checksetup.pl b/checksetup.pl index 620afe99d..79f08deb9 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -387,7 +387,7 @@ LocalVar('webservergroup', ' # # This is the group your web server runs on. # If you have a windows box, ignore this setting. -# If you do not wish for checksetup to adjust the permissions of anything, +# If you do not have access to the group your web server runs under, # set this to "". If you do set this to "", then your Bugzilla installation # will be _VERY_ insecure, because some files will be world readable/writable, # and so anyone who can get local access to your machine can do whatever they |