From 21442dffbd1e127613ff7e47da3d16f1e588209d 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.

---
 opendj-sdk/opends/src/server/org/opends/server/tools/configurator/Unconfigurator.java |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/opendj-sdk/opends/src/server/org/opends/server/tools/configurator/Unconfigurator.java b/opendj-sdk/opends/src/server/org/opends/server/tools/configurator/Unconfigurator.java
index a749f6f..ab3178a 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/tools/configurator/Unconfigurator.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/tools/configurator/Unconfigurator.java
@@ -23,6 +23,7 @@
  *
  *
  *      Copyright 2006-2009 Sun Microsystems, Inc.
+ *      Portions Copyright 2011 ForgeRock AS
  */
 package org.opends.server.tools.configurator;
 
@@ -56,7 +57,7 @@
     Unconfigurator.class.getName());
 
   /** Prefix for log files. */
-  static public final String LOG_FILE_PREFIX = "opends-unconfigure-";
+  static public final String LOG_FILE_PREFIX = "opendj-unconfigure-";
 
   private String installRootFromSystem;
 

--
Gitblit v1.10.0