[Rt-commit] rt branch, 4.0-trunk, updated. rt-4.0.13-58-g327de24
Alex Vandiver
alexmv at bestpractical.com
Mon Jun 10 14:53:31 EDT 2013
The branch, 4.0-trunk has been updated
via 327de24f9ef34fd87ae9cf4be0ada7be113c774d (commit)
via 286cfa18b8f19da34e769cf1a0687d17cdec5c30 (commit)
from 8c08da5913c75c21010bfc47d99a944435f821a4 (commit)
Summary of changes:
etc/RT_Config.pm.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 286cfa18b8f19da34e769cf1a0687d17cdec5c30
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Mon Jun 10 14:24:31 2013 -0400
Fix a pod formatting error
diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index 809eaf3..6f9a172 100755
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -506,7 +506,7 @@ you can find the files in the location noted in the log file. If you run
a tool like C<rt-crontool> however, or if you look after stopping the server,
the files will have been deleted when the process completed. If you need to
keep the files for development or debugging, you can manually set
-C<UNLINK => 0> where the testfile config is processed in
+C<< UNLINK => 0 >> where the testfile config is processed in
C<lib/RT/Interface/Emai.pm>.
=cut
commit 327de24f9ef34fd87ae9cf4be0ada7be113c774d
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Mon Jun 10 14:25:14 2013 -0400
Fix a file path, and use F<> to refer to files
diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index 6f9a172..2c9776e 100755
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -507,7 +507,7 @@ a tool like C<rt-crontool> however, or if you look after stopping the server,
the files will have been deleted when the process completed. If you need to
keep the files for development or debugging, you can manually set
C<< UNLINK => 0 >> where the testfile config is processed in
-C<lib/RT/Interface/Emai.pm>.
+F<lib/RT/Interface/Email.pm>.
=cut
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list