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/shared/man-uninstall.xml | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/opendj3/src/main/docbkx/shared/man-uninstall.xml b/opendj3/src/main/docbkx/shared/man-uninstall.xml index 263fa62..f6e40ea 100644 --- a/opendj3/src/main/docbkx/shared/man-uninstall.xml +++ b/opendj3/src/main/docbkx/shared/man-uninstall.xml @@ -20,7 +20,7 @@ ! ! CCPL HEADER END ! - ! Copyright 2011-2012 ForgeRock AS + ! Copyright 2011-2013 ForgeRock AS ! --> <refentry xml:id='uninstall-1' @@ -30,7 +30,7 @@ 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'> - <info><copyright><year>2011-2012</year><holder>ForgeRock AS</holder></copyright></info> + <info><copyright><year>2011-2013</year><holder>ForgeRock AS</holder></copyright></info> <refmeta> <refentrytitle>uninstall</refentrytitle><manvolnum>1</manvolnum> <refmiscinfo class="software">OpenDJ</refmiscinfo> @@ -288,7 +288,7 @@ <title>Examples</title> <para>The following command removes OpenDJ directory server without interaction.</para> - <screen>$ ./OpenDJ/uninstall -a --cli -I admin -w password -n + <screen>$ ./opendj/uninstall -a --cli -I admin -w password -n Stopping Directory Server ..... Done. Deleting Files under the Installation Path ..... Done. @@ -296,8 +296,8 @@ The Uninstall Completed Successfully. To complete the uninstallation, you must delete manually the following files and directories: -/path/to/OpenDJ/lib +/path/to/opendj/lib See /var/.../opends-uninstall-3...0.log for a detailed log of this operation. -$ rm -rf OpenDJ</screen> +$ rm -rf opendj</screen> </refsect1> </refentry> -- Gitblit v1.10.0