From 735d330b7d519f2576eb352c1263f2bc4a29109c Mon Sep 17 00:00:00 2001
From: lutoff <lutoff@localhost>
Date: Tue, 13 Nov 2007 08:31:06 +0000
Subject: [PATCH] Partial fix for issue #2562 log file name modification needs an administrative action
---
opends/src/admin/defn/org/opends/server/admin/std/FileBasedErrorLogPublisherConfiguration.xml | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/opends/src/admin/defn/org/opends/server/admin/std/FileBasedErrorLogPublisherConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/FileBasedErrorLogPublisherConfiguration.xml
index ecc2be7..d8ab4a9 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/FileBasedErrorLogPublisherConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/FileBasedErrorLogPublisherConfiguration.xml
@@ -98,6 +98,9 @@
<adm:user-friendly-name />. The path to the file is relative to the server
root.
</adm:synopsis>
+ <adm:requires-admin-action>
+ <adm:component-restart />
+ </adm:requires-admin-action>
<adm:syntax>
<adm:string />
</adm:syntax>
@@ -107,7 +110,6 @@
</ldap:attribute>
</adm:profile>
</adm:property>
-
<adm:property name="log-file-permissions" mandatory="true">
<adm:synopsis>
The UNIX permissions of the log files created by this
--
Gitblit v1.10.0