From b56229f3e3a71d9ed2868cb329443e179472f5cd Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Tue, 11 Feb 2014 16:13:49 +0000
Subject: [PATCH] Backport Fix for OPENDJ-1338: Slamd link in the admin guide is broken

---
 opends/src/main/docbkx/admin-guide/chap-tuning.xml |   14 +++-----------
 1 files changed, 3 insertions(+), 11 deletions(-)

diff --git a/opends/src/main/docbkx/admin-guide/chap-tuning.xml b/opends/src/main/docbkx/admin-guide/chap-tuning.xml
index 0c6c2bb..c22e419 100644
--- a/opends/src/main/docbkx/admin-guide/chap-tuning.xml
+++ b/opends/src/main/docbkx/admin-guide/chap-tuning.xml
@@ -20,13 +20,14 @@
   !
   ! CCPL HEADER END
   !
-  !      Copyright 2011-2013 ForgeRock AS
+  !      Copyright 2011-2014 ForgeRock AS
   !    
 -->
 <chapter xml:id='chap-tuning'
  xmlns='http://docbook.org/ns/docbook' version='5.0' xml:lang='en'
  xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
- xsi:schemaLocation='http://docbook.org/ns/docbook http://docbook.org/xml/5.0/xsd/docbook.xsd'
+ xsi:schemaLocation='http://docbook.org/ns/docbook
+                     http://docbook.org/xml/5.0/xsd/docbook.xsd'
  xmlns:xlink='http://www.w3.org/1999/xlink'
  xmlns:xinclude='http://www.w3.org/2001/XInclude'>
  <title>Tuning Servers For Performance</title>
@@ -249,15 +250,6 @@
  --bindPassword password
  --set etime-resolution:nanoseconds
  --no-prompt</screen>
-
-  <para>For more extensive testing, try the <link xlink:show="new"
-  xlink:href="http://dl.thezonemanager.com/slamd/">SLAMD Distributed Load
-  Generation Engine</link>. SLAMD is built to test more than just directory,
-  but is particularly well suited to test directory service performance, is
-  well documented, and is available under the Sun Public License. SLAMD is
-  designed both to offer an easy to used web-based interface, and also to
-  allow you to customize jobs to match the access patterns you expect from
-  client applications.</para>
  </section>
  
  <section xml:id="perf-tweaking">

--
Gitblit v1.10.0