From d9b2b9b7578edb367174b1a516f38feb6eb028ae Mon Sep 17 00:00:00 2001 From: neil_a_wilson <neil_a_wilson@localhost> Date: Fri, 10 Nov 2006 23:45:06 +0000 Subject: [PATCH] Make a number of changes to administrative tools provided with OpenDS. These are all made under the umbrella of issue #994, but there are individual issues for each change. --- opends/resource/bin/makeldif.bat | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/opends/resource/bin/makeldif.bat b/opends/resource/bin/makeldif.bat index 67bd708..0957dee 100644 --- a/opends/resource/bin/makeldif.bat +++ b/opends/resource/bin/makeldif.bat @@ -28,5 +28,6 @@ setlocal set OPENDS_INVOKE_CLASS="org.opends.server.tools.makeldif.MakeLDIF" +set SCRIPT_NAME_ARG="-Dorg.opends.server.scriptName=makeldif" call "%~dP0\_server-script.bat" --resourcePath "%~dP0..\config\MakeLDIF" %* -- Gitblit v1.10.0