From: bbaetz%student.usyd.edu.au <> Date: Sat, 23 Mar 2002 20:29:55 +0000 (+0000) Subject: Bug 131659 - need to fixPerms the css directory X-Git-Tag: bugzilla-2.16rc1~175 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=962489b3dbfde71ac5c896794b42a3302d7e905f;p=thirdparty%2Fbugzilla.git Bug 131659 - need to fixPerms the css directory r=mattyt, justdave --- diff --git a/checksetup.pl b/checksetup.pl index cbc23a2d93..5e9006ba3c 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -858,6 +858,7 @@ EOF fixPerms('data/webdot/.htaccess', $<, $webservergid, 027); fixPerms('*', $<, $webservergid, 027); fixPerms('template', $<, $webservergid, 027, 1); + fixPerms('css', $<, $webservergid, 027, 1); chmod 0644, 'globals.pl'; chmod 0644, 'RelationSet.pm'; chmod 0771, 'data'; @@ -870,6 +871,7 @@ EOF fixPerms('data/webdot/.htaccess', $<, $gid, 022); fixPerms('*', $<, $gid, 022); fixPerms('template', $<, $gid, 022, 1); + fixPerms('css', $<, $gid, 022, 1); chmod 01777, 'data', 'graphs'; }