Author: jfthomps
Date: Fri Aug  3 15:50:04 2012
New Revision: 1369059

URL: http://svn.apache.org/viewvc?rev=1369059&view=rev
Log:
CMS commit to vcl by jfthomps

Modified:
    vcl/site/trunk/content/downloads/download.mdtext

Modified: vcl/site/trunk/content/downloads/download.mdtext
URL: 
http://svn.apache.org/viewvc/vcl/site/trunk/content/downloads/download.mdtext?rev=1369059&r1=1369058&r2=1369059&view=diff
==============================================================================
--- vcl/site/trunk/content/downloads/download.mdtext (original)
+++ vcl/site/trunk/content/downloads/download.mdtext Fri Aug  3 15:50:04 2012
@@ -90,13 +90,13 @@ downloaded release files, you ensure the
 Run the following command to verify the MD5 sum. It should give output similar 
to 
 "apache-VCL-2.3.tar.bz2: OK":
 
-    :::BashLexer
+    :::Text
     md5sum -c apache-VCL-2.3.tar.bz2.md5
 
 Similarly, run the following command to verify the SHA1 sum. You should get 
output 
 similar to "apache-VCL-2.3.tar.bz2: OK":</p>
 
-    :::BashLexer
+    :::Text
     sha1sum -c apache-VCL-2.3.tar.bz2.sha1
 
 To verify the GPG signature (you'll need to have 
[GnuPG](http://www.gnupg.org/) installed):
@@ -105,14 +105,14 @@ To verify the GPG signature (you'll need
 1. download and import the VCL KEYS file (if you've imported the KEYS file for 
previously 
 releases, you do not need to import it again):
 
-    :::BashLexer
-    gpg --import KEYS
+        :::Text
+        gpg --import KEYS
 
 1. download the GPG Signature to the same location as the release file
 1. from the directory containing both the release file and the GPG signature, 
run
 
-    :::BashLexer
-    gpg --verify apache-VCL-2.3.tar.bz2.asc
+        :::Text
+        gpg --verify apache-VCL-2.3.tar.bz2.asc
 
 ## Installation
 For new installs, visit the on-line installation guide:


Reply via email to