From 0a6d0a29f9d21fd22b6f360fbb551dfe5374e66a Mon Sep 17 00:00:00 2001 From: "dave%intrec.com" <> Date: Tue, 27 Feb 2001 09:20:55 +0000 Subject: Fix for bug 50279: a couple executable files were missing from the list of files that checksetup considers executable when it's resetting permissions. --- checksetup.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'checksetup.pl') diff --git a/checksetup.pl b/checksetup.pl index 52b012387..2be26451a 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -500,7 +500,8 @@ unlink "data/versioncache"; # # These are the files which need to be marked executable -my @executable_files = ('processmail', 'whineatnews.pl', 'collectstats.pl', 'checksetup.pl', 'syncshadowdb'); +my @executable_files = ('processmail', 'whineatnews.pl', 'collectstats.pl', + 'checksetup.pl', 'syncshadowdb', 'importxml.pl'); # tell me if a file is executable. All CGI files and those in @executable_files # are executable -- cgit v1.2.3-24-g4f1b