aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2002-06-03 00:32:44 +0000
committerjustdave%syndicomm.com <>2002-06-03 00:32:44 +0000
commit31ccba42ccd3299f24b22f6261949e9593f46815 (patch)
tree8204f188a678455f33ac35172202a18204044211 /checksetup.pl
parentBug 147486 - Fixes cross site scripting issues; first checked in on the 2.14.... (diff)
downloadbugzilla-31ccba42ccd3299f24b22f6261949e9593f46815.tar.gz
bugzilla-31ccba42ccd3299f24b22f6261949e9593f46815.tar.bz2
bugzilla-31ccba42ccd3299f24b22f6261949e9593f46815.zip
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
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/checksetup.pl b/checksetup.pl
index 812a22416..8e1e825f4 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