From 3549450f14b417a5ff2fccc8f06650587308caf8 Mon Sep 17 00:00:00 2001 From: jvergara <jvergara@localhost> Date: Wed, 20 Feb 2008 13:32:35 +0000 Subject: [PATCH] Fix for issue 2972 (The usage of stop-ds.bat shows the class name) --- opends/resource/bin/stop-ds.bat | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opends/resource/bin/stop-ds.bat b/opends/resource/bin/stop-ds.bat index 46598a4..12a26e7 100644 --- a/opends/resource/bin/stop-ds.bat +++ b/opends/resource/bin/stop-ds.bat @@ -30,7 +30,7 @@ set PATH=%SystemRoot% set OPENDS_INVOKE_CLASS="org.opends.server.tools.StopDS" -set SCRIPT_NAME_ARG="-Dorg.opends.server.scriptName=stop-ds" +set SCRIPT_NAME=stop-ds for %%i in (%~sf0) do set DIR_HOME=%%~dPsi.. rem We keep this values to reset the environment before calling start-ds. -- Gitblit v1.10.0