From 8a1a1478c28acdc7376fc7e57d76cca61b901441 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Fri, 17 Nov 2006 17:40:50 +0000
Subject: [PATCH] The modifications basically do the following:
---
opends/resource/setup.sh | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/opends/resource/setup.sh b/opends/resource/setup.sh
index e3195a6..9ddac4c 100755
--- a/opends/resource/setup.sh
+++ b/opends/resource/setup.sh
@@ -111,8 +111,5 @@
# Launch the setup process.
-"${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}" "${@}"
+"${JAVA_BIN}" org.opends.quicksetup.SetupLauncher -P setup.sh "${@}"
--
Gitblit v1.10.0