From 9b6d8b28419611677c877772f6c9c4d1d5f6c198 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.

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

diff --git a/opendj-sdk/opends/resource/bin/_script-util.sh b/opendj-sdk/opends/resource/bin/_script-util.sh
index 29481bd..588c2a9 100644
--- a/opendj-sdk/opends/resource/bin/_script-util.sh
+++ b/opendj-sdk/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