From e04891622f65552b1e12f7caecdf5e2dcd5ee374 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Sat, 19 Aug 2006 22:24:30 +0000
Subject: [PATCH] Make the following updates to the OpenDS code:

---
 opends/resource/setup.sh |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/opends/resource/setup.sh b/opends/resource/setup.sh
index 1d817b2..b478561 100755
--- a/opends/resource/setup.sh
+++ b/opends/resource/setup.sh
@@ -80,4 +80,5 @@
 
 ${JAVA_BIN} ${JAVA_ARGS} org.opends.server.tools.InstallDS \
      --configClass org.opends.server.config.ConfigFileHandler \
-     --configFile ${INSTANCE_ROOT}/config/config.ldif "${@}"
+     --configFile ${INSTANCE_ROOT}/config/config.ldif -P ${0} "${@}"
+

--
Gitblit v1.10.0