From bf14858204352c58d5bee93697dee91119f42333 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Tue, 05 Jul 2011 16:26:18 +0000
Subject: [PATCH] Attempt to make the PDF output easier to read, and eliminate need for width="80" on monospace verbatim blocks.
---
opendj3/src/main/docbkx/install-guide/chap-upgrade.xml | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/opendj3/src/main/docbkx/install-guide/chap-upgrade.xml b/opendj3/src/main/docbkx/install-guide/chap-upgrade.xml
index af00ab8..721f0f1 100644
--- a/opendj3/src/main/docbkx/install-guide/chap-upgrade.xml
+++ b/opendj3/src/main/docbkx/install-guide/chap-upgrade.xml
@@ -59,7 +59,7 @@
>opendj_patch4upgrade.sh</link> to your current server, by
running the shell script from the directory where the server is installed.</para>
- <screen width="80">$ cd /path/to/OpenDJ
+ <screen>$ cd /path/to/OpenDJ
$ sh /downloads/opendj_patch4upgrade.sh
/path/to/OpenDJ has been patched, you can proceed with the upgrade program now</screen>
@@ -158,16 +158,16 @@
<step>
<para>Download the OpenDJ .zip file.</para>
- <screen width='80'>$ cd /tmp
+ <screen>$ cd /tmp
$ wget http://www.forgerock.org/downloads/opendj/<?eval ${project.version}?>/OpenDJ-<?eval ${project.version}?>.zip</screen>
</step>
<step>
<para>Change to the directory at the root of the server instance.</para>
- <screen width='80'>$ cd /path/to/OpenDJ</screen>
+ <screen>$ cd /path/to/OpenDJ</screen>
</step>
<step>
<para>Pass the .zip file name to the <command>upgrade</command> command.</para>
- <screen width='80'>$ ./upgrade -f /tmp/OpenDJ-<?eval ${project.version}?>.zip
+ <screen>$ ./upgrade -f /tmp/OpenDJ-<?eval ${project.version}?>.zip
See /var/....log for a detailed log of this operation.
Initializing Upgrade ..... Done.
@@ -194,7 +194,7 @@
<command>rebuild-index</command> command to rebuild the
<literal>dn2id</literal> index for your suffixes.</para>
- <screen width='80'>$ ./bin/rebuild-index -i dn2id -b "dc=example,dc=com"
+ <screen>$ ./bin/rebuild-index -i dn2id -b "dc=example,dc=com"
...Rebuild complete. Processed 160 entries in 0 seconds (average rate 401.0/sec)</screen>
</step>
</procedure>
--
Gitblit v1.10.0