From 03c69853674be3c00a0342741203566e7b838f79 Mon Sep 17 00:00:00 2001
From: ludovicp <ludovicp@localhost>
Date: Tue, 02 Dec 2008 14:01:34 +0000
Subject: [PATCH] LP: location of instance.loc file for SVR4 pkg is now /etc/opends/. Reference was updated, but the ones in this file were missed.

---
 opends/resource/bin/_script-util.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opends/resource/bin/_script-util.sh b/opends/resource/bin/_script-util.sh
index 29481bd..588c2a9 100644
--- a/opends/resource/bin/_script-util.sh
+++ b/opends/resource/bin/_script-util.sh
@@ -190,14 +190,14 @@
 then
   if [ -f ${INSTALL_ROOT}/configure ]
   then
-    if [ -f /etc/opt/opends/instance.loc ]
+    if [ -f /etc/opends/instance.loc ]
     then 
       if [ "${SCRIPT_NAME}" = "configure" ]
       then
         echo "${INSTALL_ROOT}/configure has already be run. Exiting."
         exit 0
       fi	
-      INSTANCE_ROOT=`cat /etc/opt/opends/instance.loc`
+      INSTANCE_ROOT=`cat /etc/opends/instance.loc`
     else
       if [ "${SCRIPT_NAME}" != "configure" ]
       then

--
Gitblit v1.10.0