From 66b0bfcf2d9fe3ff0a9ee044dd5ee8fa8ae0c2ed Mon Sep 17 00:00:00 2001
From: lfrost <lfrost@localhost>
Date: Tue, 29 Jan 2008 07:07:32 +0000
Subject: [PATCH] Doc changes to Log Rotation and Retention Policy Configuration docs and some copyright changes. Thanks to Daniel for the review.

---
 opends/src/admin/defn/org/opends/server/admin/std/FileCountLogRetentionPolicyConfiguration.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/opends/src/admin/defn/org/opends/server/admin/std/FileCountLogRetentionPolicyConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/FileCountLogRetentionPolicyConfiguration.xml
index ca4c401..e3af46b 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/FileCountLogRetentionPolicyConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/FileCountLogRetentionPolicyConfiguration.xml
@@ -23,7 +23,7 @@
   ! CDDL HEADER END
   !
   !
-  !      Portions Copyright 2007 Sun Microsystems, Inc.
+  !      Portions Copyright 2007-2008 Sun Microsystems, Inc.
   ! -->
 <adm:managed-object name="file-count-log-retention-policy"
   plural-name="file-count-log-retention-policies"
@@ -50,8 +50,8 @@
   </adm:property-override>
   <adm:property name="number-of-files" mandatory="true">
     <adm:synopsis>
-      Number of log files to retain before the oldest ones will be
-      cleaned.
+      Specifies the number of archived log files to retain before the 
+      oldest ones are cleaned.
     </adm:synopsis>
     <adm:syntax>
       <adm:integer lower-limit="1" />

--
Gitblit v1.10.0