[Rt-commit] rt branch, 4.0-trunk, updated. rt-4.0.4-132-ga716761

Kevin Falcone falcone at bestpractical.com
Tue Dec 13 12:43:30 EST 2011


The branch, 4.0-trunk has been updated
       via  a716761bad146b172517b7ded646c2ee1e5a7613 (commit)
      from  922a37bed50e286b59f74f7f44cba6ddeb62e46a (commit)

Summary of changes:
 etc/RT_Config.pm.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit a716761bad146b172517b7ded646c2ee1e5a7613
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Mon Dec 12 14:50:52 2011 -0500

    Remove a commented out random port calculation.
    
    In a3c9235 this was moved from being actual code run in the Config
    to being a comment.

diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index 1e35dde..677f080 100755
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -84,7 +84,7 @@ high port for this user.
 
 =cut
 
-Set($WebPort, 80);# + ($< * 7274) % 32766 + ($< && 1024));
+Set($WebPort, 80);
 
 =item C<$WebPath>
 

-----------------------------------------------------------------------


More information about the Rt-commit mailing list