summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2003-02-10 15:26:37 +0100
committerjustdave%syndicomm.com <>2003-02-10 15:26:37 +0100
commit04c45c7227753483c999e5a751c7b8f12abc0183 (patch)
tree35d066ba8739238c52dff314c5d97c0b7017c9cc /checksetup.pl
parentcdc6e3a1a5177e8bcdee48ac5521b91b5fc486d1 (diff)
downloadbugzilla-04c45c7227753483c999e5a751c7b8f12abc0183.tar.gz
bugzilla-04c45c7227753483c999e5a751c7b8f12abc0183.tar.xz
Bug 192513: importxml.pl and move.pl now use the new mail routines introduced in bug 124174 (they got broken when processmail was removed). Also fixes several comments referring to processmail (which no longer exists) in other files, and removes references to processmail from the .htaccess files and the executable file list in checksetup.pl.
r= jaypee, a= justdave
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/checksetup.pl b/checksetup.pl
index ee61522cb..e6e5c398f 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -821,7 +821,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.*|processmail|runtests.sh)$>
+<FilesMatch ^(.*\.pl|.*localconfig.*|runtests.sh)$>
deny from all
</FilesMatch>
<FilesMatch ^(localconfig.js|localconfig.rdf)$>
@@ -1107,7 +1107,7 @@ WriteParams();
#
# These are the files which need to be marked executable
-my @executable_files = ('processmail', 'whineatnews.pl', 'collectstats.pl',
+my @executable_files = ('whineatnews.pl', 'collectstats.pl',
'checksetup.pl', 'importxml.pl', 'runtests.sh');
# tell me if a file is executable. All CGI files and those in @executable_files