Author: jfthomps
Date: Thu Mar 14 19:14:05 2013
New Revision: 1456617

URL: http://svn.apache.org/r1456617
Log:
fixed some indentation issues

Modified:
    
vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.2to2.2.2.mdtext

Modified: 
vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.2to2.2.2.mdtext
URL: 
http://svn.apache.org/viewvc/vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.2to2.2.2.mdtext?rev=1456617&r1=1456616&r2=1456617&view=diff
==============================================================================
--- 
vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.2to2.2.2.mdtext
 (original)
+++ 
vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.2to2.2.2.mdtext
 Thu Mar 14 19:14:05 2013
@@ -77,8 +77,7 @@ $vclusername. The secrets.php file might
         :::PhpLexer
         $vclhost = 'localhost';
         $vcluser = 'vcluser';
-
- Then, you need to issue the grant command to mysql. Using the values from 
above 
+Then, you need to issue the grant command to mysql. Using the values from 
above 
 as examples, connect to mysql and then issue the grant command:
 
         :::MysqlLexer
@@ -122,8 +121,8 @@ user group under Privileges->Additional 
 Users with this permission are notified of new block allocation requests. 
 <b>Remove the following from conf.php</b>.
        
-            :::BashLexer
-            $blockNotifyUsers
+        :::BashLexer
+        $blockNotifyUsers
     </li>
     <li> A new user group permission that controls who can look up users 
globally 
 or for a specific affiliation has been added. It can be granted to any user 
group 
@@ -131,43 +130,43 @@ under Privileges->Additional User Permis
 permission can look up information about other users. 
 <b>Remove the following from conf.php</b>.
        
-            :::BashLexer
-            $userlookupUsers
+        :::BashLexer
+        $userlookupUsers
     </li>
     </ol>
 
 1. **Restart httpd service**
 
-            :::BashLexer
-            service httpd start or /etc/init.d/httpd start
+        :::BashLexer
+        service httpd start or /etc/init.d/httpd start
 
 1. **Update management node code** This step will make a backup copy of the 
2.2 vcl code 
 base and then copy the new code over the existing code to preserve any drivers 
or other 
 files you've added.
        
-            :::BashLexer
-            cd <your vcl MN code root path>
-            ie. cd /usr/local/
-            cp -r vcl ~/vcl_2.2_managementnode
+        :::BashLexer
+        cd <your vcl MN code root path>
+        ie. cd /usr/local/
+        cp -r vcl ~/vcl_2.2_managementnode
 
 1. **Copy in the 2.2.2 code base to /usr/local**, copying in should preserve 
any drivers 
 or other files you've added.
        
-            :::BashLexer
-            /bin/cp -r /root/apache-VCL-2.2.2/managementnode/* /usr/local/vcl
+        :::BashLexer
+        /bin/cp -r /root/apache-VCL-2.2.2/managementnode/* /usr/local/vcl
 
 1. **Run install_perl_libs.pl** to add any new perl library requirements:
        
-            :::BashLexer
-            /usr/local/vcl/bin/install_perl_libs.pl
+        :::BashLexer
+        /usr/local/vcl/bin/install_perl_libs.pl
 
 1. **Restart vcld service**
        
-            :::BashLexer
-            service vcld start or /etc/init.d/vcld start
+        :::BashLexer
+        service vcld start or /etc/init.d/vcld start
 
 1. Make some test reservations and watch the vcld.log to verify everything is 
working 
 correctly.
 
-            :::BashLexer
-            tail -f /var/log/vcld.log
\ No newline at end of file
+        :::BashLexer
+        tail -f /var/log/vcld.log
\ No newline at end of file


Reply via email to