Commit 0a6d0a29 authored by dave%intrec.com's avatar dave%intrec.com

Fix for bug 50279: a couple executable files were missing from the list of files…

Fix for bug 50279: a couple executable files were missing from the list of files that checksetup considers executable when it's resetting permissions.
parent 5a38e63e
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment