From f17042860366a1f2a6e0c32c07a48a5bd7a25335 Mon Sep 17 00:00:00 2001 From: "justdave%syndicomm.com" Date: Sun, 2 Jun 2002 17:32:44 +0000 Subject: [PATCH] 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 git-svn-id: svn://10.0.0.236/branches/BUGZILLA-2_16-BRANCH@122512 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/checksetup.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/webtools/bugzilla/checksetup.pl b/mozilla/webtools/bugzilla/checksetup.pl index 812a22416e7..8e1e825f42d 100755 --- a/mozilla/webtools/bugzilla/checksetup.pl +++ b/mozilla/webtools/bugzilla/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