From: dave%intrec.com <> Date: Tue, 27 Feb 2001 09:20:55 +0000 (+0000) Subject: Fix for bug 50279: a couple executable files were missing from the list of files... X-Git-Tag: bugzilla-2.12~82 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a6d0a29f9d21fd22b6f360fbb551dfe5374e66a;p=thirdparty%2Fbugzilla.git Fix for bug 50279: a couple executable files were missing from the list of files that checksetup considers executable when it's resetting permissions. --- diff --git a/checksetup.pl b/checksetup.pl index 52b0123870..2be26451aa 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