From 02b31fdc7e4bbddd7b6ab768f70736b4bc1281ee Mon Sep 17 00:00:00 2001 From: "dave%intrec.com" <> Date: Sat, 10 Mar 2001 07:19:51 +0000 Subject: [PATCH] Fix for bug 71510: permissions not set correctly on graphs directory --- checksetup.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.47.3