From d6c5242cd0e908c2719d9c1cb9e11a8bc2908f62 Mon Sep 17 00:00:00 2001 From: erickson Date: Wed, 19 Mar 2008 19:28:14 +0000 Subject: [PATCH] moved PREFIX def to top git-svn-id: svn://svn.open-ils.org/ILS/trunk@9088 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/support-scripts/oils_brick.cfg.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/support-scripts/oils_brick.cfg.example b/Open-ILS/src/support-scripts/oils_brick.cfg.example index 3346d1c1ff..68c69e5368 100644 --- a/Open-ILS/src/support-scripts/oils_brick.cfg.example +++ b/Open-ILS/src/support-scripts/oils_brick.cfg.example @@ -1,3 +1,5 @@ +# install prefix +export PREFIX=/openils # this is the lead machine export MASTER="10.1.0.10" # array of drone machines @@ -8,8 +10,6 @@ export LDIRECTOR_FILE="/$PREFIX/var/web/ldirectorping.txt" export OILS_SRC_DIR=/home/opensrf/current # OpenSRF sources directory export OSRF_SRC_DIR=/home/opensrf/OpenSRF-0.9 -# install prefix -export PREFIX=/openils # XUL install prefix export XUL_BASE="/$PREFIX/var/web/xul" # OpenSRF bootstrap config -- 2.43.2