From c0493d41a642a6c66ee676cc93c5330468d25b56 Mon Sep 17 00:00:00 2001 From: Ludovic Poitou <ludovic.poitou@forgerock.com> Date: Wed, 02 Nov 2011 12:07:15 +0000 Subject: [PATCH] Fix for OPENDJ-222 : Renamed environment variables to OPENDJ_... Updated scripts so that if OPENDJ_JAVA_HOME and OPENDJ_JAVA_ARGS are not defined, we look at the legacy OPENDS_... ones. --- opendj-sdk/opends/resource/bin/status | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/opendj-sdk/opends/resource/bin/status b/opendj-sdk/opends/resource/bin/status index e608190..2286e8e 100644 --- a/opendj-sdk/opends/resource/bin/status +++ b/opendj-sdk/opends/resource/bin/status @@ -24,11 +24,12 @@ # # # Copyright 2008 Sun Microsystems, Inc. +# Portions Copyright 2011 ForgeRock AS # This script may be used to display the status panel. -OPENDS_INVOKE_CLASS="org.opends.server.tools.status.StatusCli" -export OPENDS_INVOKE_CLASS +OPENDJ_INVOKE_CLASS="org.opends.server.tools.status.StatusCli" +export OPENDJ_INVOKE_CLASS SCRIPT_NAME="status" export SCRIPT_NAME -- Gitblit v1.10.0