[Opensrf-commits] r1472 - trunk/examples
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Oct 24 11:37:45 EDT 2008
Author: dbs
Date: 2008-10-24 11:37:35 -0400 (Fri, 24 Oct 2008)
New Revision: 1472
Modified:
trunk/examples/opensrf.xml.example
Log:
Libraries are currently built as osrf_math.so and osrf_dbmath.so rather than lib*
Modified: trunk/examples/opensrf.xml.example
===================================================================
--- trunk/examples/opensrf.xml.example 2008-10-24 15:07:33 UTC (rev 1471)
+++ trunk/examples/opensrf.xml.example 2008-10-24 15:37:35 UTC (rev 1472)
@@ -132,7 +132,7 @@
<keepalive>3</keepalive>
<stateless>1</stateless>
<language>c</language>
- <implementation>libosrf_math.so</implementation>
+ <implementation>osrf_math.so</implementation>
<max_requests>97</max_requests>
<unix_config>
<unix_sock>opensrf.math_unix.sock</unix_sock>
@@ -150,7 +150,7 @@
<keepalive>3</keepalive>
<stateless>1</stateless>
<language>c</language>
- <implementation>libosrf_dbmath.so</implementation>
+ <implementation>osrf_dbmath.so</implementation>
<max_requests>99</max_requests>
<unix_config>
<max_requests>1000</max_requests>
More information about the opensrf-commits
mailing list