summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authormyk%mozilla.org <>2002-04-02 07:38:58 +0200
committermyk%mozilla.org <>2002-04-02 07:38:58 +0200
commit0e583bdb0923a962fcef1af39896398862e13077 (patch)
tree57e6668de11158d928f5c4b79d271411998cae0b /checksetup.pl
parentb1a6347387ad22a3f2271f61f8715d75373c615c (diff)
downloadbugzilla-0e583bdb0923a962fcef1af39896398862e13077.tar.gz
bugzilla-0e583bdb0923a962fcef1af39896398862e13077.tar.xz
Fix for bug 107513: Makes it possible to change parameters on an installation where access to the scripts is not limited to the web server user.
Patch by Myk Melez <myk@mozilla.org>. r=justdave,bbaetz
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/checksetup.pl b/checksetup.pl
index bc8f9601e..6ae737c78 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -877,7 +877,8 @@ EOF
fixPerms('*', $<, $gid, 022);
fixPerms('template', $<, $gid, 022, 1);
fixPerms('css', $<, $gid, 022, 1);
- chmod 01777, 'data', 'graphs';
+ chmod 0777, 'data';
+ chmod 01777, 'graphs';
}