From 2f45b9d005d1c3d750e3bee7295940fc5760fa5b Mon Sep 17 00:00:00 2001 From: "justdave%syndicomm.com" <> Date: Thu, 1 May 2003 10:41:32 +0000 Subject: Bug 204008: checksetup.pl didn't set permissions on the js directory r= zach, a= justdave --- checksetup.pl | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3-24-g4f1b