From 8bbba9d3256c37205f9bd5ab131554c0fa453145 Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Tue, 08 Feb 2011 12:03:28 +0000
Subject: [PATCH] Add support for SVR4 packages for OpenDJ. Package name is opendj. It's a single package and has integration with SMF. Default installation is /usr/opendj. Once packages are installed, root must run configure to setup the Instance location (/var/opendj) and owner. And the owner must run setup.

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

diff --git a/opends/build.xml b/opends/build.xml
index eb5e651..a589d2a 100644
--- a/opends/build.xml
+++ b/opends/build.xml
@@ -2594,7 +2594,7 @@
     </javac>
   </target>
 
-  <!-- import file="build-svr4.xml"/ -->
+  <import file="build-svr4.xml"/>
 
   <!-- Copy NDB Backend dependencies to build lib directory -->
   <target name="copyndbdeps" if="ismysqldirpresent"

--
Gitblit v1.10.0