[Rt-commit] rt branch, 4.0/fail-taint-mode-early, updated. rt-3.9.7-1189-gccdbec2
Kevin Falcone
falcone at bestpractical.com
Tue Jan 18 14:38:10 EST 2011
The branch, 4.0/fail-taint-mode-early has been updated
via ccdbec2c2c28f02f8e1e66b259cd85e495f45d50 (commit)
from 5573999cc6dd4729321cb054251770c6a025ed73 (commit)
Summary of changes:
sbin/rt-server.in | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit ccdbec2c2c28f02f8e1e66b259cd85e495f45d50
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Tue Jan 18 14:38:02 2011 -0500
Spelling fixes
diff --git a/sbin/rt-server.in b/sbin/rt-server.in
index a921fd3..cf7c924 100755
--- a/sbin/rt-server.in
+++ b/sbin/rt-server.in
@@ -52,8 +52,8 @@ use strict;
# fix lib paths, some may be relative
BEGIN {
die <<EOT if ${^TAINT};
-RT does not run under Perl's "taint mode". Remote -T from the command
-line, or remove remove the PerlTaintCheck parameter from your mod_perl
+RT does not run under Perl's "taint mode". Remove -T from the command
+line, or remove the PerlTaintCheck parameter from your mod_perl
configuration.
EOT
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list