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

Evergreen Git git at git.evergreen-ils.org
Tue Sep 13 13:44:19 EDT 2011


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  2bbc2db5b259ad8cf3dfa7568eab71e084e2bf13 (commit)
      from  233f560c27a3fae70901ff6674ccd5e676676bb6 (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 2bbc2db5b259ad8cf3dfa7568eab71e084e2bf13
Author: Bill Erickson <berick at esilibrary.com>
Date:   Tue Sep 13 13:42:01 2011 -0400

    Remove unused reference to oils_web.xml in startup.pl
    
    TODO: give EGCatLoader child_init-like functionality to connect to
    opensrf to address the (unlikely) case that EGWeb/EGCatLoader are
    the first/only mod_perl handlers loaded on an Evergreen Apache server.
    
    Signed-off-by: Bill Erickson <berick at esilibrary.com>

diff --git a/Open-ILS/examples/apache/startup.pl b/Open-ILS/examples/apache/startup.pl
index f828447..613ffa6 100755
--- a/Open-ILS/examples/apache/startup.pl
+++ b/Open-ILS/examples/apache/startup.pl
@@ -6,7 +6,7 @@ use OpenILS::WWW::AddedContent qw( /openils/conf/opensrf_core.xml );
 use OpenILS::WWW::Proxy ('/openils/conf/opensrf_core.xml');
 use OpenILS::WWW::Vandelay qw( /openils/conf/opensrf_core.xml );
 use OpenILS::WWW::TemplateBatchBibUpdate qw( /openils/conf/opensrf_core.xml );
-use OpenILS::WWW::EGWeb ('/openils/conf/oils_web.xml');
+use OpenILS::WWW::EGWeb;
 use OpenILS::WWW::PasswordReset ('/openils/conf/opensrf_core.xml');
 use OpenILS::WWW::IDL2js ('/openils/conf/opensrf_core.xml');
 

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

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


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list