From bbadcb75d4629441e73ea04782ae2c5decf64fe3 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.

---
 opends/resource/bin/create-rc-script |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opends/resource/bin/create-rc-script b/opends/resource/bin/create-rc-script
index b958bab..d36d999 100644
--- a/opends/resource/bin/create-rc-script
+++ b/opends/resource/bin/create-rc-script
@@ -30,8 +30,8 @@
 OPENDS_INVOKE_CLASS="org.opends.server.tools.CreateRCScript"
 export OPENDS_INVOKE_CLASS
 
-SCRIPT_NAME_ARG="-Dorg.opends.server.scriptName=create-rc-script"
-export SCRIPT_NAME_ARG
+SCRIPT_NAME="create-rc-script"
+export SCRIPT_NAME
 
 SCRIPT_DIR=`dirname "${0}"`
 "${SCRIPT_DIR}/../lib/_client-script.sh" "${@}"

--
Gitblit v1.10.0