summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2003-05-01 12:41:32 +0200
committerjustdave%syndicomm.com <>2003-05-01 12:41:32 +0200
commit2f45b9d005d1c3d750e3bee7295940fc5760fa5b (patch)
tree655f040fafa0ea4cc4d35b82cb919b02f2b16a32 /checksetup.pl
parentfa2575d75b0991bb0e4346206334e5d59212b919 (diff)
downloadbugzilla-2f45b9d005d1c3d750e3bee7295940fc5760fa5b.tar.gz
bugzilla-2f45b9d005d1c3d750e3bee7295940fc5760fa5b.tar.xz
Bug 204008: checksetup.pl didn't set permissions on the js directory
r= zach, a= justdave
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/checksetup.pl b/checksetup.pl
index d9c2ce04d..4173c67d8 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -1158,6 +1158,7 @@ if ($my_webservergroup) {
fixPerms('Bugzilla', $<, $webservergid, 027, 1);
fixPerms('template', $<, $webservergid, 027, 1);
fixPerms('css', $<, $webservergid, 027, 1);
+ fixPerms('js', $<, $webservergid, 027, 1);
chmod 0644, 'globals.pl';
chmod 0644, 'RelationSet.pm';
@@ -1183,6 +1184,7 @@ if ($my_webservergroup) {
fixPerms('Bugzilla', $<, $gid, 022, 1);
fixPerms('template', $<, $gid, 022, 1);
fixPerms('css', $<, $gid, 022, 1);
+ fixPerms('js', $<, $gid, 022, 1);
# Don't use fixPerms here, because it won't change perms on the directory
# unless its using recursion