From 8f59b2f80eab5a18bc35028b29b9160195409e9c Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Tue, 28 Jul 2009 14:34:08 +0000
Subject: [PATCH] Fix for issue 4148 (setup fails : The import LDIF tool returned error code 1) Since the import-ldif utility does not support any more (temporarily) the append option the setup (and the control-panel) were broken.
---
opends/src/quicksetup/org/opends/quicksetup/Installation.java | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/opends/src/quicksetup/org/opends/quicksetup/Installation.java b/opends/src/quicksetup/org/opends/quicksetup/Installation.java
index 6aebc1a..f541134 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/Installation.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/Installation.java
@@ -289,6 +289,16 @@
public static final String WINDOWS_STATUSCLI_FILE_NAME = "status.bat";
/**
+ * The UNIX import LDIF script file name.
+ */
+ public static final String UNIX_IMPORT_LDIF = "import-ldif";
+
+ /**
+ * The Windows import LDIF batch file name.
+ */
+ public static final String WINDOWS_IMPORT_LDIF = "import-ldif.bat";
+
+ /**
* Name of the file kept in the history directory containing logs
* of upgrade and reversions.
*/
--
Gitblit v1.10.0