From e523c3b1f2ab90f2b424bdefe674a0fd3d8da7f4 Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Thu, 23 Jun 2011 17:07:56 +0000
Subject: [PATCH] Fix for issue OPENDJ-214. Rebranded as OpenDJ and now uses product-name variable.
---
opends/src/admin/defn/org/opends/server/admin/std/LocalDBBackendConfiguration.xml | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/opends/src/admin/defn/org/opends/server/admin/std/LocalDBBackendConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/LocalDBBackendConfiguration.xml
index 3c04749..05a7de0 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/LocalDBBackendConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/LocalDBBackendConfiguration.xml
@@ -142,7 +142,7 @@
</adm:synopsis>
<adm:description>
The path may be either an absolute path or a path relative to the
- directory containing the base of the OpenDS Directory Server
+ directory containing the base of the <adm:product-name /> directory server
installation. The path may be any valid directory path in which
the server has appropriate permissions to read and write files and
has sufficient space to hold the database contents.
@@ -234,14 +234,14 @@
<adm:property name="import-queue-size" advanced="true">
<adm:synopsis>
This parameter has been deprecated in OpenDS 2.1 and will be removed
- in OpenDS 3.0. It is only being kept for migration ease and is ignored
+ in <adm:product-name /> 3.0. It is only being kept for migration ease and is ignored
in OpenDS versions after 2.0.
</adm:synopsis>
<adm:requires-admin-action>
<adm:none>
<adm:synopsis>
This parameter has been deprecated in OpenDS 2.1 and will be removed
- in OpenDS 3.0. It is only being kept for migration ease and is ignored
+ in <adm:product-name /> 3.0. It is only being kept for migration ease and is ignored
in OpenDS versions after 2.0.
</adm:synopsis>
</adm:none>
@@ -263,12 +263,12 @@
<adm:property name="import-thread-count" advanced="true">
<adm:synopsis>
This parameter has been deprecated in OpenDS 2.1 and will be removed
- in OpenDS 3.0. It is only being kept for migration ease and is ignored
+ in <adm:product-name /> 3.0. It is only being kept for migration ease and is ignored
in OpenDS versions after 2.0.
</adm:synopsis>
<adm:description>
This parameter has been deprecated in OpenDS 2.1 and will be removed
- in OpenDS 3.0. It is only being kept for migration ease and is ignored
+ in <adm:product-name /> 3.0. It is only being kept for migration ease and is ignored
in OpenDS versions after 2.0.
</adm:description>
<adm:requires-admin-action>
@@ -832,7 +832,7 @@
<adm:description>
Setting the value of this configuration attribute to "true" may
improve write performance but could cause the most
- recent changes to be lost if the OpenDS Directory Server or the
+ recent changes to be lost if the <adm:product-name /> directory server or the
underlying JVM exits abnormally, or if an OS or hardware failure
occurs (a behavior similar to running with transaction durability
disabled in the Sun Java System Directory Server).
@@ -864,7 +864,7 @@
before actually being written to disk. This may improve
performance, but could cause the most recent
changes to be lost in the event of an underlying OS or hardware
- failure (but not in the case that the OpenDS Directory Server or
+ failure (but not in the case that the <adm:product-name /> directory server or
the JVM exits abnormally).
</adm:description>
<adm:default-behavior>
@@ -938,7 +938,7 @@
</adm:synopsis>
<adm:description>
Any Berkeley DB Java Edition property can be specified using the
- following form: property-name=property-value. Refer to OpenDS
+ following form: property-name=property-value. Refer to <adm:product-name />
documentation for further information on related properties, their
implications, and range values. The definitive identification of
all the property parameters is available in the example.properties
@@ -959,7 +959,7 @@
<adm:property name="index-filter-analyzer-enabled" advanced="true">
<adm:synopsis>
Indicates whether to gather statistical information about the search
- filters processed by the Directory Server while evaluating the usage of
+ filters processed by the directory server while evaluating the usage of
indexes.
</adm:synopsis>
<adm:description>
--
Gitblit v1.10.0