[OpenSRF-GIT] OpenSRF branch master updated. 67d4d5de8656128f32b20f4c04dbf81a1028e929

Evergreen Git git at git.evergreen-ils.org
Wed Feb 29 10:49:40 EST 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OpenSRF".

The branch, master has been updated
       via  67d4d5de8656128f32b20f4c04dbf81a1028e929 (commit)
      from  68025993b01cc95f66a0ca723841e1abb406709f (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 67d4d5de8656128f32b20f4c04dbf81a1028e929
Author: Dan Scott <dscott at laurentian.ca>
Date:   Wed Feb 29 10:48:38 2012 -0500

    Copy opensrf_core.xml.example to a clean opensrf_core.xml file
    
    Ben Shum with the assist again.
    
    Also, add ~/.srfsh.xml to the definition list of interesting OpenSRF
    configuration files.
    
    Signed-off-by: Dan Scott <dscott at laurentian.ca>

diff --git a/README b/README
index 5aa276f..908b271 100644
--- a/README
+++ b/README
@@ -249,8 +249,8 @@ Update the OpenSRF configuration files
 
 About the OpenSRF configuration files
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-There are two critical files that you must update to make OpenSRF work.
-SYSCONFDIR is `/opensrf/etc` by default, or the value that you passed to
+There are several configuration files that you must update to make OpenSRF
+work. SYSCONFDIR is `/opensrf/etc` by default, or the value that you passed to
 `--sysconfdir` during the configuration phase.
 
   * `SYSCONFDIR/opensrf.xml` - this file lists the services that this
@@ -266,6 +266,9 @@ SYSCONFDIR is `/opensrf/etc` by default, or the value that you passed to
     logging verbosity and defining which services will be exposed on the
     HTTP gateway.
 
+  * `~/.srfsh.xml` - this file gives a Linux account the ability to use
+    the `srfsh` interpreter to communicate with OpenSRF services.
+
 Updating the OpenSRF configuration files
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   1. As the *opensrf* Linux account, copy the example configuration files
@@ -275,7 +278,7 @@ Updating the OpenSRF configuration files
 [source,bash]
 ---------------------------------------------------------------------------
 cd SYSCONFDIR
-cp opensrf_core.xml.example opensrf_core.xml.example
+cp opensrf_core.xml.example opensrf_core.xml
 cp opensrf.xml.example opensrf.xml
 ---------------------------------------------------------------------------
 +

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

Summary of changes:
 README |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
OpenSRF


More information about the opensrf-commits mailing list