From: justdave%syndicomm.com <> Date: Thu, 1 May 2003 10:41:32 +0000 (+0000) Subject: Bug 204008: checksetup.pl didn't set permissions on the js directory X-Git-Tag: bugzilla-2.17.5~159 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f45b9d005d1c3d750e3bee7295940fc5760fa5b;p=thirdparty%2Fbugzilla.git Bug 204008: checksetup.pl didn't set permissions on the js directory r= zach, a= justdave --- diff --git a/checksetup.pl b/checksetup.pl index d9c2ce04d3..4173c67d8d 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