[freeside-commits] branch master updated. 5c7291f9b5ff6f1e529c530db6ff56135ef7055a

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


The branch, master has been updated
       via  5c7291f9b5ff6f1e529c530db6ff56135ef7055a (commit)
      from  6cd8f3459488ce4cd1d9ec00452b1bab0bf03f8e (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 5c7291f9b5ff6f1e529c530db6ff56135ef7055a
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sun Dec 9 13:11:34 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