Author: fapeeler
Date: Mon Oct 15 16:18:25 2012
New Revision: 1398362

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

Modified:
    
vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.2.1to2.3.mdtext

Modified: 
vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.2.1to2.3.mdtext
URL: 
http://svn.apache.org/viewvc/vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.2.1to2.3.mdtext?rev=1398362&r1=1398361&r2=1398362&view=diff
==============================================================================
--- 
vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.2.1to2.3.mdtext
 (original)
+++ 
vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.2.1to2.3.mdtext
 Mon Oct 15 16:18:25 2012
@@ -69,9 +69,9 @@ This page provides information on how to
 
 8. **Copy your 2.2.1 config files**
        
-    :::BashLexer
-    cd ~/vcl_2.2.1_web/.ht-inc
-    cp conf.php secrets.php pubkey.pem keys.pem /var/www/html/vcl/.ht-inc
+        :::BashLexer
+        cd ~/vcl_2.2.1_web/.ht-inc
+        cp conf.php secrets.php pubkey.pem keys.pem /var/www/html/vcl/.ht-inc
 
 9. **Make the maintenance directory writable by the web server user**. 
Normally this is the apache user,  if using a different user change below cmd 
accordingly.
        
@@ -119,7 +119,7 @@ This page provides information on how to
             $addUserFunc[$item['affiliationid']] = create_function('', 'return 
0;');
             $updateUserFunc[$item['affiliationid']] = create_function('', 
'return 0;');
  
-            :NEW
+            NEW
             $addUserFunc[$item['affiliationid']] = create_function('', 'return 
NULL;');
             $updateUserFunc[$item['affiliationid']] = create_function('', 
'return NULL;');
 


Reply via email to