From 735ede2909a0e18fee0fe09d030422b5e68beb6c Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Mon, 02 Dec 2013 14:18:01 +0000
Subject: [PATCH] Renamed ds-cfg-compute-changenumber to ds-cfg-compute-change-number.

---
 opendj-sdk/opends/src/admin/messages/ExternalChangelogDomainCfgDefn.properties |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opendj-sdk/opends/src/admin/messages/ExternalChangelogDomainCfgDefn.properties b/opendj-sdk/opends/src/admin/messages/ExternalChangelogDomainCfgDefn.properties
index 012acb4..9ecbef0 100644
--- a/opendj-sdk/opends/src/admin/messages/ExternalChangelogDomainCfgDefn.properties
+++ b/opendj-sdk/opends/src/admin/messages/ExternalChangelogDomainCfgDefn.properties
@@ -5,4 +5,4 @@
 property.ecl-include.description=The list of attributes may include wild cards such as "*" and "+" as well as object class references prefixed with an ampersand, for example "@person". The included attributes will be published using the "includedAttributes" operational attribute as a single LDIF value rather like the "changes" attribute. For modify and modifyDN operations the included attributes will be taken from the entry before any changes were applied.
 property.ecl-include-for-deletes.synopsis=Specifies a list of attributes which should be published with every delete operation change log entry, in addition to those specified by the "ecl-include" property.
 property.ecl-include-for-deletes.description=This property provides a means for applications to archive entries after they have been deleted. See the description of the "ecl-include" property for further information about how the included attributes are published.
-property.enabled.synopsis=Indicates whether the External Changelog Domain is enabled. To enable computing the change numbers, set the Replication Server's "ds-cfg-compute-changenumber" property to true.
+property.enabled.synopsis=Indicates whether the External Changelog Domain is enabled. To enable computing the change numbers, set the Replication Server's "ds-cfg-compute-change-number" property to true.

--
Gitblit v1.10.0