From 111c848e2d90d962a7f48d7b4121304247829473 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Wed, 05 Sep 2007 06:40:30 +0000
Subject: [PATCH] The following changes are targetted to fix a certain number of issues related to the setup command line:
---
opends/resource/setup | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/resource/setup b/opends/resource/setup
index e35fd7a..df90093 100755
--- a/opends/resource/setup
+++ b/opends/resource/setup
@@ -118,7 +118,7 @@
# Launch the setup process.
-"${JAVA_BIN}" org.opends.quicksetup.installer.InstallLauncher -P setup "${@}"
+"${JAVA_BIN}" -Dorg.opends.server.scriptName=setup org.opends.server.tools.InstallDS "${@}"
# return part
RETURN_CODE=$?
--
Gitblit v1.10.0