From 89f3d335b1cd9effc7caf83c08a968b9cb496365 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Mon, 17 Dec 2007 10:43:53 +0000
Subject: [PATCH] 2730: New - The setup command should perform some basic memory tuning Note: this issue is not fully covered by the proposed modifications but all that is missing in order to fix it is to figure out which are the default memory values that we want to propose in the setup.

---
 opendj-sdk/opends/resource/bin/ldapsearch.bat |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opendj-sdk/opends/resource/bin/ldapsearch.bat b/opendj-sdk/opends/resource/bin/ldapsearch.bat
index b98f53c..ba3e552 100644
--- a/opendj-sdk/opends/resource/bin/ldapsearch.bat
+++ b/opendj-sdk/opends/resource/bin/ldapsearch.bat
@@ -28,6 +28,6 @@
 setlocal
 
 set OPENDS_INVOKE_CLASS="org.opends.server.tools.LDAPSearch"
-set SCRIPT_NAME_ARG="-Dorg.opends.server.scriptName=ldapsearch"
+set SCRIPT_NAME=ldapsearch
 for %%i in (%~sf0) do call "%%~dPsi\..\lib\_client-script.bat" %*
 

--
Gitblit v1.10.0