From ab3c14485488c297b3e5182662f2103c1f5ebc35 Mon Sep 17 00:00:00 2001
From: chebrard <chebrard@localhost>
Date: Tue, 13 Jan 2009 13:46:21 +0000
Subject: [PATCH] Fix 3711: Unable to remotely debug the server
---
opends/resource/configure | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/resource/configure b/opends/resource/configure
index bd521b9..eb67078 100755
--- a/opends/resource/configure
+++ b/opends/resource/configure
@@ -53,7 +53,7 @@
fi
# Launch the configure process.
-"${OPENDS_JAVA_BIN}" ${OPENDS_JAVA_ARGS} ${SCRIPT_NAME_ARG} -DINSTALL_ROOT=${INSTALL_ROOT} org.opends.quicksetup.configurator.Configurator "${@}"
+"${OPENDS_JAVA_BIN}" ${OPENDS_JAVA_ARGS} ${SCRIPT_NAME_ARG} -DINSTALL_ROOT=${INSTALL_ROOT} org.opends.server.tools.configurator.Configurator "${@}"
# return part
RETURN_CODE=$?
--
Gitblit v1.10.0