From 667869eafa33c0e60fd51da0ff8376896a98f885 Mon Sep 17 00:00:00 2001 From: "zach%zachlipton.com" <> Date: Thu, 30 Jun 2005 06:43:32 +0000 Subject: 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 --- checksetup.pl | 4 ++-- docs/xml/installation.xml | 3 +-- docs/xml/security.xml | 3 +-- 3 files changed, 4 insertions(+), 6 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 - + deny from all @@ -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 diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml index 29b8b79a4..6f3ba4c7a 100644 --- a/docs/xml/installation.xml +++ b/docs/xml/installation.xml @@ -1,5 +1,5 @@ - + Installing Bugzilla @@ -1008,7 +1008,6 @@ c:\perl\bin\perl.exe -xc:\bugzilla -wT "%s" %s ns_register_filter preauth GET /bugzilla/\#localconfig\# filter_deny ns_register_filter preauth GET /bugzilla/*.pl filter_deny ns_register_filter preauth GET /bugzilla/syncshadowdb filter_deny - ns_register_filter preauth GET /bugzilla/runtests.sh filter_deny ns_register_filter preauth GET /bugzilla/data/* filter_deny ns_register_filter preauth GET /bugzilla/template/* filter_deny diff --git a/docs/xml/security.xml b/docs/xml/security.xml index 018f5d78d..a638ae26a 100644 --- a/docs/xml/security.xml +++ b/docs/xml/security.xml @@ -1,5 +1,5 @@ - + Bugzilla Security @@ -204,7 +204,6 @@ skip-networking *.pl *localconfig* - runtests.sh -- cgit v1.2.3-24-g4f1b