From: Bill Erickson Date: Tue, 13 Sep 2011 17:42:01 +0000 (-0400) Subject: Remove unused reference to oils_web.xml in startup.pl X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=2bbc2db5b259ad8cf3dfa7568eab71e084e2bf13;p=evergreen%2Fpines.git 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 --- diff --git a/Open-ILS/examples/apache/startup.pl b/Open-ILS/examples/apache/startup.pl index f82844717f..613ffa6071 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');