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/SizeLimitLogRetentionPolicyConfiguration.xml | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/opends/src/admin/defn/org/opends/server/admin/std/SizeLimitLogRetentionPolicyConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/SizeLimitLogRetentionPolicyConfiguration.xml
index 5e9661e..31a408f 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/SizeLimitLogRetentionPolicyConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/SizeLimitLogRetentionPolicyConfiguration.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="size-limit-log-retention-policy"
plural-name="size-limit-log-retention-policies"
@@ -31,8 +31,8 @@
xmlns:adm="http://www.opends.org/admin"
xmlns:ldap="http://www.opends.org/admin-ldap">
<adm:synopsis>
- Retention policy based on the amount of space taken by the log files
- on disk.
+ Retention policy based on the amount of space taken by all the log
+ files on disk.
</adm:synopsis>
<adm:profile name="ldap">
<ldap:object-class>
@@ -51,7 +51,7 @@
</adm:property-override>
<adm:property name="disk-space-used" mandatory="true">
<adm:synopsis>
- The maximum total disk space used by the log files.
+ Specifies the maximum total disk space used by the log files.
</adm:synopsis>
<adm:syntax>
<adm:size lower-limit="1" />
--
Gitblit v1.10.0