From 7a520dd8c038f48944d4228aa7d1c2b8dc7cfaba Mon Sep 17 00:00:00 2001 From: erickson Date: Mon, 2 Jul 2007 01:33:43 +0000 Subject: [PATCH] changed bootstrap config to new opensrf_core.xml file git-svn-id: svn://svn.open-ils.org/ILS/trunk@7499 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/examples/apache/startup.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Open-ILS/examples/apache/startup.pl b/Open-ILS/examples/apache/startup.pl index 9296f31273..e20d9b526f 100644 --- a/Open-ILS/examples/apache/startup.pl +++ b/Open-ILS/examples/apache/startup.pl @@ -1,8 +1,8 @@ #!/usr/bin/perl use lib qw( /openils/lib/perl5 ); -use OpenILS::WWW::SuperCat qw( /openils/conf/bootstrap.conf ); -use OpenILS::WWW::AddedContent qw( /openils/conf/bootstrap.conf ); -use OpenILS::Reporter::Proxy ('/openils/conf/bootstrap.conf'); +use OpenILS::WWW::SuperCat qw( /openils/conf/opensrf_core.xml ); +use OpenILS::WWW::AddedContent qw( /openils/conf/opensrf_core.xml ); +use OpenILS::Reporter::Proxy ('/openils/conf/opensrf_core.xml'); -- 2.11.0