From 8feee36de8e6042f928439b06a03d50018423afe Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Fri, 17 Aug 2007 00:53:26 +0000
Subject: [PATCH] The following modifications have the following goals:

---
 opends/resource/bin/status |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/opends/resource/bin/status b/opends/resource/bin/status
index 69f182f..5f2d450 100644
--- a/opends/resource/bin/status
+++ b/opends/resource/bin/status
@@ -30,5 +30,8 @@
 OPENDS_INVOKE_CLASS="org.opends.guitools.statuspanel.StatusCli"
 export OPENDS_INVOKE_CLASS
 
+SCRIPT_NAME_ARG="-Dorg.opends.server.scriptName=status"
+export SCRIPT_NAME_ARG
+
 SCRIPT_DIR=`dirname "${0}"`
-"${SCRIPT_DIR}/../lib/_server-script.sh" "${@}"
+"${SCRIPT_DIR}/../lib/_client-script.sh" "${@}"

--
Gitblit v1.10.0