From 052f70c810813d9f5533b3cd4c9138d2df0d15e6 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Fri, 17 May 2013 09:01:33 +0000
Subject: [PATCH] CR-1700 Fix for OPENDJ-865: Document new upgrade experience
---
opendj3/src/main/docbkx/install-guide/chap-uninstall.xml | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/opendj3/src/main/docbkx/install-guide/chap-uninstall.xml b/opendj3/src/main/docbkx/install-guide/chap-uninstall.xml
index c61a7a7..f070f6b 100644
--- a/opendj3/src/main/docbkx/install-guide/chap-uninstall.xml
+++ b/opendj3/src/main/docbkx/install-guide/chap-uninstall.xml
@@ -20,7 +20,7 @@
!
! CCPL HEADER END
!
- ! Copyright 2011 ForgeRock AS
+ ! Copyright 2011-2013 ForgeRock AS
!
-->
<chapter xml:id='chap-uninstall'
@@ -83,7 +83,7 @@
<command>uninstall</command> options to specify choices for the options.
See <command>uninstall --help</command> for more information.</para>
- <screen>$ cd /path/to/OpenDJ-<?eval ${docTargetVersion}?>
+ <screen>$ cd /path/to/opendj
$ ./uninstall --cli
Do you want to remove all components of the server or select the components to
remove?
@@ -105,7 +105,7 @@
The Uninstall Completed Successfully.
To complete the uninstallation, you must delete manually the following files
and directories:
-/path/to/OpenDJ-<?eval ${docTargetVersion}?>/lib
+/path/to/opendj/lib
See /var/....log for a detailed log of this operation.</screen>
</step>
@@ -113,7 +113,7 @@
<para>If the command output tells you to delete files manually, then remove
those remaining files to complete the process.</para>
- <screen>$ rm -rf /path/to/OpenDJ-<?eval ${docTargetVersion}?></screen>
+ <screen>$ rm -rf /path/to/opendj</screen>
</step>
</procedure>
</chapter>
--
Gitblit v1.10.0