diff options
author | zach%zachlipton.com <> | 2005-06-30 06:43:32 +0000 |
---|---|---|
committer | zach%zachlipton.com <> | 2005-06-30 06:43:32 +0000 |
commit | 667869eafa33c0e60fd51da0ff8376896a98f885 (patch) | |
tree | b1721ba5c1e06a4fe2ba9aeee8e04cb813ae69ad /checksetup.pl | |
parent | Fix for bug 224472: "runtests.sh: die, die, die!" a=justdave (diff) | |
download | bugzilla-667869eafa33c0e60fd51da0ff8376896a98f885.tar.gz bugzilla-667869eafa33c0e60fd51da0ff8376896a98f885.tar.bz2 bugzilla-667869eafa33c0e60fd51da0ff8376896a98f885.zip |
Finish up fix for bug 22472 ("runtests.sh: die, die, die!"). Remove
references to runtests.sh in docs, checksetup.pl, and other fine
places.
r=LpSolit, a=my snapple peach iced tea
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-x | checksetup.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/checksetup.pl b/checksetup.pl index 61df2c688..cd991d561 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -992,7 +992,7 @@ if ($my_create_htaccess) { open HTACCESS, '>', '.htaccess'; print HTACCESS <<'END'; # don't allow people to retrieve non-cgi executable files or our private data -<FilesMatch ^(.*\.pl|.*localconfig.*|runtests.sh)$> +<FilesMatch ^(.*\.pl|.*localconfig.*)$> deny from all </FilesMatch> <FilesMatch ^(localconfig.js|localconfig.rdf)$> @@ -1290,7 +1290,7 @@ unless ($switch{'no_templates'}) { # These are the files which need to be marked executable my @executable_files = ('whineatnews.pl', 'collectstats.pl', - 'checksetup.pl', 'importxml.pl', 'runtests.sh', 'testserver.pl', + 'checksetup.pl', 'importxml.pl', 'runtests.pl', 'testserver.pl', 'whine.pl'); # tell me if a file is executable. All CGI files and those in @executable_files |