[open-ils-commits] r7624 - in trunk/Open-ILS: examples src
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Aug 7 11:20:07 EDT 2007
Author: miker
Date: 2007-08-07 11:17:19 -0400 (Tue, 07 Aug 2007)
New Revision: 7624
Modified:
trunk/Open-ILS/examples/opensrf.xml.example
trunk/Open-ILS/src/Makefile
Log:
Patch from Dan Scott to provide better default configuration examples for Evergreen
Modified: trunk/Open-ILS/examples/opensrf.xml.example
===================================================================
--- trunk/Open-ILS/examples/opensrf.xml.example 2007-08-06 23:30:26 UTC (rev 7623)
+++ trunk/Open-ILS/examples/opensrf.xml.example 2007-08-07 15:17:19 UTC (rev 7624)
@@ -42,7 +42,7 @@
<driver>Pg</driver>
<host>localhost</host>
<port>5432</port>
- <name>evergreen</name>
+ <db>evergreen</db>
<user>postgres</user>
<password>postgres</password>
</database>
@@ -475,9 +475,9 @@
<implementation>OpenILS::Application::Storage</implementation>
<unix_config>
<max_requests>1000</max_requests>
- <unix_log>storage_unix.log</unix_log>
- <unix_sock>storage_unix.sock</unix_sock>
- <unix_pid>storage_unix.pid</unix_pid>
+ <unix_log>openils.storage_unix.log</unix_log>
+ <unix_sock>openils.storage_unix.sock</unix_sock>
+ <unix_pid>openils.storage_unix.pid</unix_pid>
<min_children>1</min_children>
<max_children>10</max_children>
<min_spare_children>1</min_spare_children>
@@ -544,7 +544,7 @@
<max_requests>17</max_requests>
<unix_config>
<unix_sock>opensrf.settings_unix.sock</unix_sock>
- <unix_pid>opoensrf.settings_unix.pid</unix_pid>
+ <unix_pid>opensrf.settings_unix.pid</unix_pid>
<max_requests>300</max_requests>
<unix_log>opensrf.settings_unix.log</unix_log>
<min_children>5</min_children>
@@ -561,10 +561,10 @@
<implementation>OpenILS::Application::Collections</implementation>
<max_requests>17</max_requests>
<unix_config>
- <unix_sock>opensrf.collections_unix.sock</unix_sock>
- <unix_pid>opoensrf.collections_unix.pid</unix_pid>
+ <unix_sock>openils.collections_unix.sock</unix_sock>
+ <unix_pid>openils.collections_unix.pid</unix_pid>
<max_requests>1000</max_requests>
- <unix_log>opensrf.collections_unix.log</unix_log>
+ <unix_log>openils.collections_unix.log</unix_log>
<min_children>1</min_children>
<max_children>10</max_children>
<min_spare_children>1</min_spare_children>
@@ -579,10 +579,10 @@
<implementation>OpenILS::Application::Reporter</implementation>
<max_requests>99</max_requests>
<unix_config>
- <unix_sock>opensrf.reporter_unix.sock</unix_sock>
- <unix_pid>opoensrf.reporter_unix.pid</unix_pid>
+ <unix_sock>openils.reporter_unix.sock</unix_sock>
+ <unix_pid>openils.reporter_unix.pid</unix_pid>
<max_requests>1000</max_requests>
- <unix_log>opensrf.reporter_unix.log</unix_log>
+ <unix_log>openils.reporter_unix.log</unix_log>
<min_children>1</min_children>
<max_children>10</max_children>
<min_spare_children>1</min_spare_children>
Modified: trunk/Open-ILS/src/Makefile
===================================================================
--- trunk/Open-ILS/src/Makefile 2007-08-06 23:30:26 UTC (rev 7623)
+++ trunk/Open-ILS/src/Makefile 2007-08-07 15:17:19 UTC (rev 7624)
@@ -123,6 +123,7 @@
cp extras/ils_events.xml $(DATADIR)
cp -r perlmods/* $(PERLDIR)
cp ../examples/opensrf.xml.example $(ETCDIR)
+ cp ../examples/opensrf_core.xml.example $(ETCDIR)
cp ../examples/fm_IDL.xml $(ETCDIR)
cp ../examples/oils_sip.xml.example $(ETCDIR)
cp ../examples/hold_notification_template.example $(DATADIR)
More information about the open-ils-commits
mailing list