From 8a81bad1a27eb157108f63c6cc5d313a13b17be0 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Fri, 27 Mar 2015 14:14:51 +0000
Subject: [PATCH] CR-6483 OPENDJ-1786 Automate integration of generated content

---
 opendj-ldap-toolkit/src/main/resources/com/forgerock/opendj/ldap/tools/tools.properties |   12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/opendj-ldap-toolkit/src/main/resources/com/forgerock/opendj/ldap/tools/tools.properties b/opendj-ldap-toolkit/src/main/resources/com/forgerock/opendj/ldap/tools/tools.properties
index e61c276..aa5b295 100755
--- a/opendj-ldap-toolkit/src/main/resources/com/forgerock/opendj/ldap/tools/tools.properties
+++ b/opendj-ldap-toolkit/src/main/resources/com/forgerock/opendj/ldap/tools/tools.properties
@@ -581,10 +581,10 @@
     in the <filename>/etc/sysctl.conf</filename> file.                           \
    </para>                                                                       \
                                                                                  \
-   <programlisting language="ini">                                               \
-  net.ipv4.tcp_fin_timeout = 30                                                  \
-  net.ipv4.tcp_tw_recycle = 1                                                    \
-  net.ipv4.tcp_tw_reuse = 1                                                      \
+   <programlisting language="ini">\n \
+net.ipv4.tcp_fin_timeout = 30\n \
+net.ipv4.tcp_tw_recycle = 1\n \
+net.ipv4.tcp_tw_reuse = 1                                                        \
    </programlisting>                                                             \
                                                                                  \
    <para>                                                                        \
@@ -617,9 +617,7 @@
     reload the configuration with the <command>sysctl</command> command.         \
    </para>                                                                       \
                                                                                  \
-   <screen>                                                                      \
-  # sysctl -p                                                                    \
-   </screen>
+   <screen># sysctl -p</screen>
 SUPPLEMENT_DESCRIPTION_MAKELDIF=<para>                                       \
    The <replaceable>template-file-path</replaceable> can be                  \
    one of the following:                                                     \

--
Gitblit v1.10.0