Author: fernando
Date: Thu Sep 12 03:33:55 2013
New Revision: 11825
Log:
typo
Modified:
trunk/BOOK/general/prog/openjdk.xml
Modified: trunk/BOOK/general/prog/openjdk.xml
==============================================================================
--- trunk/BOOK/general/prog/openjdk.xml Wed Sep 11 13:05:27 2013 (r11824)
+++ trunk/BOOK/general/prog/openjdk.xml Thu Sep 12 03:33:55 2013 (r11825)
@@ -465,10 +465,11 @@
<sect3 id='ojdk-certs'>
<title>Install or update the JRE Certificate Authority Certificates
(cacerts) file</title>
- <para>Use the following procedure to check if the cacerts file was
- successfully installed during the OpenJDK installation or if the <xref
- linkend="cacerts"/> have been updated, the following instructions will
- generate a new JRE <filename>cacerts</filename> file. First, check if the
+ <para>Use the following procedure to check if the
+ <filename>cacerts</filename> file was successfully installed during the
+ OpenJDK build. Also, if the <xref linkend="cacerts"/> have been updated,
+ the following instructions will generate a new JRE
+ <filename>cacerts</filename> file. First, check if the
<filename>cacerts</filename> have been successfully installed: </para>
<screen role="root"><userinput>cd /opt/jdk
@@ -476,7 +477,7 @@
<para>At the prompt "Enter keystore password:", press the "Enter" key if
there is no keystore password defined. If the
- <filename>cacerts</filename> was installed correctly, you will see a
+ <filename>cacerts</filename> were installed correctly, you will see a
list of the certificates with related information for each one. If not,
you need to manually install them. First, generate the
<command>mkcacerts</command> script as the
@@ -701,9 +702,9 @@
</para>
</note>
- <para>After making a backup of the
+ <para>First, make a backup of the
<filename>/opt/jdk/jre/lib/security/cacerts</filename> file, if there is
- any. To create a new one, as the
+ any. To create a new one, as the
<systemitem class="username">root</systemitem> user:</para>
<screen><userinput>/opt/jdk/bin/mkcacerts -d "/etc/ssl/certs/" -k
"/opt/jdk/bin/keytool" \
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page