[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 40e84bc054e93ab85739867134a341d28cf748fa

Ivan ivan at 420.am
Sun Dec 9 13:11:41 PST 2012


The branch, FREESIDE_2_3_BRANCH has been updated
       via  40e84bc054e93ab85739867134a341d28cf748fa (commit)
      from  e2d47a3caa18a029629030e485a868cbbcfa2acd (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 40e84bc054e93ab85739867134a341d28cf748fa
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sun Dec 9 13:11:38 2012 -0800

    add PerlChildInitHandler which calls srand to avoid collision problems with B:OP processors which generate a random number, RT#19188

diff --git a/htetc/freeside-base2.conf b/htetc/freeside-base2.conf
index dcf5efa..49b4a24 100644
--- a/htetc/freeside-base2.conf
+++ b/htetc/freeside-base2.conf
@@ -6,6 +6,8 @@ PerlModule HTML::Mason
 PerlSetVar MasonArgsMethod CGI
 PerlModule HTML::Mason::ApacheHandler
 
+PerlChildInitHandler "sub { srand }"
+
 PerlRequire "%%%MASON_HANDLER%%%"
 
 #Locale::SubCountry

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

Summary of changes:
 htetc/freeside-base2.conf |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)




More information about the freeside-commits mailing list