From e78aa59a105156bcd236f24e13c0f628d214170d Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Tue, 14 Jun 2011 15:15:04 +0000
Subject: [PATCH] Minor additions following face-to-face and IM discussions last week

---
 opendj3/src/main/docbkx/admin-guide/appendix-file-layout.xml |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/opendj3/src/main/docbkx/admin-guide/appendix-file-layout.xml b/opendj3/src/main/docbkx/admin-guide/appendix-file-layout.xml
index 6fce0b9..4b48007 100644
--- a/opendj3/src/main/docbkx/admin-guide/appendix-file-layout.xml
+++ b/opendj3/src/main/docbkx/admin-guide/appendix-file-layout.xml
@@ -97,6 +97,8 @@
    <term><filename>config/config.ldif</filename></term>
    <listitem>
     <para>LDIF representation of current OpenDJ server config</para>
+    <para>Use the <command>dsconfig</command> command to edit OpenDJ server
+    configuration.</para>
    </listitem>
   </varlistentry>
   <varlistentry>
@@ -112,9 +114,18 @@
    </listitem>
   </varlistentry>
   <varlistentry>
+   <term><filename>config/tasks.ldif</filename></term>
+   <listitem>
+    <para>Data used by task scheduler backend so that scheduled tasks and
+    recurring tasks persist after server restart</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
    <term><filename>config/tools.properties</filename></term>
    <listitem>
     <para>Default settings for command-line tools</para>
+    <para>Use as a template when creating an
+    <filename>~/.opendj/tools.properties</filename> file.</para>
    </listitem>
   </varlistentry>
   <varlistentry>

--
Gitblit v1.10.0