From 930d280bbeae14427f3cb0390e5869820cabda43 Mon Sep 17 00:00:00 2001 From: Fernando de Oliveira Date: Thu, 12 Sep 2013 10:33:55 +0000 Subject: [PATCH] typo git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11825 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general/prog/openjdk.xml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/general/prog/openjdk.xml b/general/prog/openjdk.xml index 4a30f0a7b8..bb53ba644a 100644 --- a/general/prog/openjdk.xml +++ b/general/prog/openjdk.xml @@ -465,10 +465,11 @@ mandb -c /opt/jdk/man Install or update the JRE Certificate Authority Certificates (cacerts) file - Use the following procedure to check if the cacerts file was - successfully installed during the OpenJDK installation or if the have been updated, the following instructions will - generate a new JRE cacerts file. First, check if the + Use the following procedure to check if the + cacerts file was successfully installed during the + OpenJDK build. Also, if the have been updated, + the following instructions will generate a new JRE + cacerts file. First, check if the cacerts have been successfully installed: cd /opt/jdk @@ -476,7 +477,7 @@ bin/keytool -list -keystore jre/lib/security/cacerts At the prompt "Enter keystore password:", press the "Enter" key if there is no keystore password defined. If the - cacerts was installed correctly, you will see a + cacerts 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 mkcacerts script as the @@ -701,9 +702,9 @@ chmod -c 0755 /opt/jdk/bin/mkcacerts - After making a backup of the + First, make a backup of the /opt/jdk/jre/lib/security/cacerts file, if there is - any. To create a new one, as the + any. To create a new one, as the root user: /opt/jdk/bin/mkcacerts -d "/etc/ssl/certs/" -k "/opt/jdk/bin/keytool" \