From 9be33d0929c290b2ee31b1b0d8fddab32f99674e Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Fri, 10 Nov 2006 23:45:06 +0000
Subject: [PATCH] Make a number of changes to administrative tools provided with OpenDS. These are all made under the umbrella of issue #994, but there are individual issues for each change.
---
opendj-sdk/opends/resource/setup.sh | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/opendj-sdk/opends/resource/setup.sh b/opendj-sdk/opends/resource/setup.sh
index d2b8313..e3195a6 100755
--- a/opendj-sdk/opends/resource/setup.sh
+++ b/opendj-sdk/opends/resource/setup.sh
@@ -111,7 +111,8 @@
# Launch the setup process.
-"${JAVA_BIN}" ${JAVA_ARGS} org.opends.server.tools.InstallDS \
+"${JAVA_BIN}" ${JAVA_ARGS} -Dorg.opends.server.scriptName=setup \
+ org.opends.server.tools.InstallDS \
--configClass org.opends.server.extensions.ConfigFileHandler \
--configFile "${INSTANCE_ROOT}/config/config.ldif" -P "${0}" "${@}"
--
Gitblit v1.10.0