]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 204008: checksetup.pl didn't set permissions on the js directory
authorjustdave%syndicomm.com <>
Thu, 1 May 2003 10:41:32 +0000 (10:41 +0000)
committerjustdave%syndicomm.com <>
Thu, 1 May 2003 10:41:32 +0000 (10:41 +0000)
r= zach, a= justdave

checksetup.pl

index d9c2ce04d3c3aeb3d83ce4181552255c6c29b465..4173c67d8d85c1db0983c18ecd050dee0430b65c 100755 (executable)
@@ -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