[open-ils-commits] [GIT] Evergreen ILS branch master updated. d2a8ca3104453778b80c40395b991e0c8b348b5c

Evergreen Git git at git.evergreen-ils.org
Tue Jul 9 20:19:33 EDT 2013


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 "Evergreen ILS".

The branch, master has been updated
       via  d2a8ca3104453778b80c40395b991e0c8b348b5c (commit)
      from  f0f70c455756d1666328cc1028a04036c7d1d6d7 (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 d2a8ca3104453778b80c40395b991e0c8b348b5c
Author: Jason Stephenson <jstephenson at mvlc.org>
Date:   Fri Jun 7 09:25:56 2013 -0400

    Modify default logging of SIP2 in oils_ctl.sh.
    
    Change the default of OILS_SIP_ERR_LOG from /dev/null to
    LOCALSTATEDIR/log/oils_sip.log to mirror what is done with the
    Z39.50 log.
    
    Signed-off-by: Jason Stephenson <jstephenson at mvlc.org>
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/Open-ILS/examples/oils_ctl.sh b/Open-ILS/examples/oils_ctl.sh
index 5363db7..a546c5b 100755
--- a/Open-ILS/examples/oils_ctl.sh
+++ b/Open-ILS/examples/oils_ctl.sh
@@ -3,7 +3,7 @@
 OPT_ACTION=""
 OPT_SIP_CONFIG="SYSCONFDIR/oils_sip.xml"
 OPT_PID_DIR="LOCALSTATEDIR/run"
-OPT_SIP_ERR_LOG="/dev/null";
+OPT_SIP_ERR_LOG="LOCALSTATEDIR/log/oils_sip.log";
 OPT_Z3950_CONFIG="SYSCONFDIR/oils_z3950.xml"
 OPT_YAZ_CONFIG="SYSCONFDIR/oils_yaz.xml"
 Z3950_LOG="LOCALSTATEDIR/log/oils_z3950.log"

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

Summary of changes:
 Open-ILS/examples/oils_ctl.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list