From: miker Date: Tue, 7 Aug 2007 15:17:19 +0000 (+0000) Subject: Patch from Dan Scott to provide better default configuration examples for Evergreen X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0ea552786d0b14a99d9294cc0f8269ddf7d359d4;p=Evergreen.git Patch from Dan Scott to provide better default configuration examples for Evergreen git-svn-id: svn://svn.open-ils.org/ILS/trunk@7624 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/examples/opensrf.xml.example b/Open-ILS/examples/opensrf.xml.example index 367dd411c1..d6d853c506 100644 --- a/Open-ILS/examples/opensrf.xml.example +++ b/Open-ILS/examples/opensrf.xml.example @@ -42,7 +42,7 @@ Example opensrf config file for OpenILS Pg localhost 5432 - evergreen + evergreen postgres postgres @@ -475,9 +475,9 @@ Example opensrf config file for OpenILS OpenILS::Application::Storage 1000 - storage_unix.log - storage_unix.sock - storage_unix.pid + openils.storage_unix.log + openils.storage_unix.sock + openils.storage_unix.pid 1 10 1 @@ -544,7 +544,7 @@ Example opensrf config file for OpenILS 17 opensrf.settings_unix.sock - opoensrf.settings_unix.pid + opensrf.settings_unix.pid 300 opensrf.settings_unix.log 5 @@ -561,10 +561,10 @@ Example opensrf config file for OpenILS OpenILS::Application::Collections 17 - opensrf.collections_unix.sock - opoensrf.collections_unix.pid + openils.collections_unix.sock + openils.collections_unix.pid 1000 - opensrf.collections_unix.log + openils.collections_unix.log 1 10 1 @@ -579,10 +579,10 @@ Example opensrf config file for OpenILS OpenILS::Application::Reporter 99 - opensrf.reporter_unix.sock - opoensrf.reporter_unix.pid + openils.reporter_unix.sock + openils.reporter_unix.pid 1000 - opensrf.reporter_unix.log + openils.reporter_unix.log 1 10 1 diff --git a/Open-ILS/src/Makefile b/Open-ILS/src/Makefile index e94f0dfadc..8c5bf70506 100644 --- a/Open-ILS/src/Makefile +++ b/Open-ILS/src/Makefile @@ -123,6 +123,7 @@ perl-install: 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)