From b82bba89685861390afefda907bab6a56770ce84 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Fri, 18 Aug 2006 19:54:43 +0000
Subject: [PATCH] Add a very basic setup mechanism for the server.  It will provide a means to interactively prompt the user for some key settings (LDAP port, base DN, root DN, and root password), will check that the specified port is usable, and can create the base entry or import an existing LDIF file.

---
 opends/build.xml |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/opends/build.xml b/opends/build.xml
index 4497066..02c9af0 100644
--- a/opends/build.xml
+++ b/opends/build.xml
@@ -452,6 +452,15 @@
       <fileset file="${resource.dir}/README" />
     </copy>
 
+    <copy todir="${pdir}">
+      <fileset file="${resource.dir}/setup.sh" />
+    </copy>
+
+    <copy todir="${pdir}">
+      <fileset file="${resource.dir}/setup.bat" />
+    </copy>
+
+    <chmod file="${pdir}/*.sh" perm="755" />
     <chmod file="${pdir}/bin/*.sh" perm="755" />
   </target>
 

--
Gitblit v1.10.0