From 54a59c4d9d9fbed9e76d453c453e8ef605e42b77 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Tue, 16 Jul 2013 12:55:19 +0000
Subject: [PATCH] CR-2006 Fix for OPENDJ-1046: Make paths to commands consistent throughout the doc set
---
opendj-sdk/opends/src/main/docbkx/shared/screen-upgrade.xml | 10 ++++------
1 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/opendj-sdk/opends/src/main/docbkx/shared/screen-upgrade.xml b/opendj-sdk/opends/src/main/docbkx/shared/screen-upgrade.xml
index 494da88..292efaf 100644
--- a/opendj-sdk/opends/src/main/docbkx/shared/screen-upgrade.xml
+++ b/opendj-sdk/opends/src/main/docbkx/shared/screen-upgrade.xml
@@ -27,18 +27,16 @@
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'
->$ cd /path/to
-$ ls
-OpenDJ-2.4.5
-$ ./OpenDJ-2.4.5/bin/stop-ds --quiet
+>$ /path/to/OpenDJ-2.4.5/bin/stop-ds --quiet
... msg=The backend userRoot is now taken offline
... msg=The Directory Server is now stopped
+$ cd /path/to
$ zip -rq OpenDJ-backup.zip OpenDJ-2.4.5
$ unzip -q ~/Downloads/OpenDJ-2.6.0.zip
$ cp -r opendj/* OpenDJ-2.4.5/
$ rm -rf opendj
$ mv OpenDJ-2.4.5 opendj
-$ ./opendj/upgrade --no-prompt --acceptLicense
+$ /path/to/opendj/upgrade --no-prompt --acceptLicense
>>>> OpenDJ Upgrade Utility
@@ -95,5 +93,5 @@
>>>> OpenDJ was successfully upgraded from version 2.4.5.7743 to 2.6.0.9086
* See '/path/to/opendj/upgrade.log' for a detailed log of this operation
-$ ./opendj/bin/start-ds --quiet
+$ /path/to/opendj/bin/start-ds --quiet
$ </screen>
--
Gitblit v1.10.0