From a449c2f2d0894e1f8f65fe0aee44c47e5697e9ac Mon Sep 17 00:00:00 2001 From: dbs Date: Fri, 6 Jun 2008 03:30:12 +0000 Subject: [PATCH] Bring reporter directory defaults into sync git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_2@9770 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/examples/opensrf.xml.example | 2 +- config.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/examples/opensrf.xml.example b/Open-ILS/examples/opensrf.xml.example index bb5175941e..9a2abd5dc6 100644 --- a/Open-ILS/examples/opensrf.xml.example +++ b/Open-ILS/examples/opensrf.xml.example @@ -58,7 +58,7 @@ Example opensrf config file for OpenILS - /openils/var/reporter/output + /openils/var/web/reporter /openils/var/data/report-success /openils/var/data/report-fail diff --git a/config.sh b/config.sh index c96d8623c0..26e24564bc 100755 --- a/config.sh +++ b/config.sh @@ -64,7 +64,7 @@ function buildConfig { CATALOGSCRIPTDIR="$PREFIX/var/catalog"; PENALTYRULESDIR="$PREFIX/var/penalty"; XSLDIR="$PREFIX/var/xsl"; - REPORTERDIR="$PREFIX/var/reporter"; + REPORTERDIR="$PREFIX/var/web/reporter"; TMP="$(pwd)/.tmp"; ADMINDIR="$PREFIX/var/admin"; -- 2.11.0