From: dave%intrec.com <> Date: Sat, 10 Mar 2001 07:19:51 +0000 (+0000) Subject: Fix for bug 71510: permissions not set correctly on graphs directory X-Git-Tag: bugzilla-2.12~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02b31fdc7e4bbddd7b6ab768f70736b4bc1281ee;p=thirdparty%2Fbugzilla.git Fix for bug 71510: permissions not set correctly on graphs directory --- diff --git a/checksetup.pl b/checksetup.pl index 8a141a0671..e92e90ece4 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -543,7 +543,7 @@ if ($my_webservergroup) { } # make sure that contrib keeps the permissions it had (don't touch it) - chmod 0770, 'data', 'shadow'; + chmod 0770, 'data', 'shadow', 'graphs'; chmod 0666, glob('data/*'); chmod 0777, glob('data/*/'); # directories stay executable }