From 431ba3003d605b683e46aded6ee492a93c9981ee 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.

---
 opends/src/admin/defn/org/opends/server/admin/std/ReplicationServerConfiguration.xml |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/opends/src/admin/defn/org/opends/server/admin/std/ReplicationServerConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/ReplicationServerConfiguration.xml
index aa78695..229e992 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/ReplicationServerConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/ReplicationServerConfiguration.xml
@@ -328,13 +328,13 @@
       </ldap:attribute>
     </adm:profile>
   </adm:property>
-  <adm:property name="compute-changenumber" mandatory="false">
+  <adm:property name="compute-change-number" mandatory="false">
     <adm:synopsis>
-      Whether the replication server will compute changenumbers.
+      Whether the replication server will compute change numbers.
     </adm:synopsis>
     <adm:description>
-      This boolean tells the replication server to compute changenumbers for
-      each replicated change by maintaining a changenumber index database.
+      This boolean tells the replication server to compute change numbers for
+      each replicated change by maintaining a change number index database.
       Changenumbers are computed according to 
       http://tools.ietf.org/html/draft-good-ldap-changelog-04.
       Note this functionality has an impact on CPU, disk accesses and storage.
@@ -351,7 +351,7 @@
     </adm:syntax>
     <adm:profile name="ldap">
       <ldap:attribute>
-        <ldap:name>ds-cfg-compute-changenumber</ldap:name>
+        <ldap:name>ds-cfg-compute-change-number</ldap:name>
       </ldap:attribute>
     </adm:profile>
   </adm:property>

--
Gitblit v1.10.0