From ee3642c86959b44af3ff0e9fde9950a966527596 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Tue, 07 Aug 2007 22:32:50 +0000
Subject: [PATCH] The following modifications have the following goals:

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

diff --git a/opends/resource/bin/status b/opends/resource/bin/status
index 211e09d..69f182f 100644
--- a/opends/resource/bin/status
+++ b/opends/resource/bin/status
@@ -27,7 +27,7 @@
 
 
 # This script may be used to display the status panel.
-OPENDS_INVOKE_CLASS="org.opends.statuspanel.StatusCli"
+OPENDS_INVOKE_CLASS="org.opends.guitools.statuspanel.StatusCli"
 export OPENDS_INVOKE_CLASS
 
 SCRIPT_DIR=`dirname "${0}"`

--
Gitblit v1.10.0