From 36f2ae5521dc5ba3a97c838e1e4b9b8d53983b55 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Tue, 07 Aug 2007 10:14:23 +0000
Subject: [PATCH] Fix the debug log publisher relation with debug targets to use a naming property and mark the naming property (debug-scope) as read-only. Also fix some minor typos in the descriptions.

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

diff --git a/opends/src/admin/defn/org/opends/server/admin/std/DebugTargetConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/DebugTargetConfiguration.xml
index 75d77c8..9a7d94d 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/DebugTargetConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/DebugTargetConfiguration.xml
@@ -16,11 +16,11 @@
       <ldap:superior>top</ldap:superior>
     </ldap:object-class>
   </adm:profile>
-  <adm:property name="debug-scope" mandatory="true">
+  <adm:property name="debug-scope" mandatory="true" read-only="true">
     <adm:synopsis>
       The fully-qualified OpenDS Java package, class, or method affected by
       the settings in this target definition. Use the number character (#) to
-      seperate the class name and the method name.
+      separate the class name and the method name.
       (ie. org.opends.server.core.DirectoryServer#startUp)
     </adm:synopsis>
     <adm:syntax>
@@ -94,7 +94,7 @@
   </adm:property>
   <adm:property name="debug-category" multi-valued="true">
     <adm:synopsis>
-      The category(ies) of debug messages to log.
+      The debug message categories to be logged.
     </adm:synopsis>
     <adm:default-behavior>
       <adm:alias>

--
Gitblit v1.10.0