Author: marcus
Date: Thu Aug  1 21:48:55 2013
New Revision: 1509443

URL: http://svn.apache.org/r1509443
Log:
#122905# Updated text

Modified:
    openoffice/ooo-site/trunk/content/download/checksums.html

Modified: openoffice/ooo-site/trunk/content/download/checksums.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/checksums.html?rev=1509443&r1=1509442&r2=1509443&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/checksums.html (original)
+++ openoffice/ooo-site/trunk/content/download/checksums.html Thu Aug  1 
21:48:55 2013
@@ -71,9 +71,9 @@ unauthorized third party, and has not be
   <li>Save the following file with your Internet browser to the location where 
the downloaded AOO file is stored:</li>
   <li><pre>http://www.apache.org/dist/openoffice/KEYS</pre></li>
   <li>Open the start menu and enter <code>cmd.exe</code> into the search 
box.</li>
-  <li>Now change to the directory with the downloaded AOO and PGP/ASC file, 
import and verify with the following
+  <li>Now change to the directory with the downloaded AOO, KEYS and PGP/ASC 
file, import and verify with the following
   commands:</li>
-  <li><pre>cd &lt;path_to_AOO_and_ASC_file&gt;</pre></li>
+  <li><pre>cd &lt;path_to_AOO_and_KEYS_and_ASC_file&gt;</pre></li>
   <li><pre>C:\Program Files\Gnu\GnuPg\gpg.exe --import KEYS</pre></li>
   <li><pre>C:\Program Files\Gnu\GnuPg\gpg.exe --verify 
&lt;installation_file&gt;.asc</pre></li>
   <li>When both signatures match it is indicated with an "Good signature from 
&lt;Person who has created the signature&gt;
@@ -85,9 +85,9 @@ unauthorized third party, and has not be
 <br />
 
 <ul>
-  <li>Open a terminal and change to the directory with the downloaded AOO and 
PGP/ASC file.</li>
+  <li>Open a terminal and change to the directory with the downloaded AOO, 
KEYS and PGP/ASC file.</li>
   <li>Type in the following commands:</li>
-  <li><pre>cd &lt;path_to_AOO_and_ASC_file&gt;</pre></li>
+  <li><pre>cd &lt;path_to_AOO_and_KEYS_and_ASC_file&gt;</pre></li>
   <li><pre>wget http://www.apache.org/dist/openoffice/KEYS</pre></li>
   <li><pre>gpg --import KEYS</pre></li>
   <li><pre>gpg --verify &lt;installation_file&gt;.asc</pre></li>
@@ -101,9 +101,10 @@ unauthorized third party, and has not be
 
 <ul>
   <li>A requirement is that you have installed <a 
href="http://www.gpgtools.org";>GnuPG</a>.</li>
-  <li>Open a terminal (usually from here: "/Applications/Utilities").</li>
+  <li>Open a terminal (usually from here: "/Applications/Utilities") and 
change to the directory with the downloaded
+  AOO, KEYS and PGP/ASC file.</li>
   <li>Type in the following commands:</li>
-  <li><pre>cd &lt;path_to_AOO_and_ASC_file&gt;</pre></li>
+  <li><pre>cd &lt;path_to_AOO_and_KEYS_and_ASC_file&gt;</pre></li>
   <li><pre>curl http://www.apache.org/dist/openoffice/KEYS -o KEYS</pre></li>
   <li><pre>gpg --import KEYS</pre></li>
   <li><pre>gpg --verify &lt;installation_file&gt;.asc</pre></li>


Reply via email to