Author: fapeeler
Date: Mon Oct 15 17:08:54 2012
New Revision: 1398388
URL: http://svn.apache.org/viewvc?rev=1398388&view=rev
Log:
CMS commit to vcl by fapeeler
Modified:
vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.2to2.3.mdtext
Modified:
vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.2to2.3.mdtext
URL:
http://svn.apache.org/viewvc/vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.2to2.3.mdtext?rev=1398388&r1=1398387&r2=1398388&view=diff
==============================================================================
---
vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.2to2.3.mdtext
(original)
+++
vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.2to2.3.mdtext
Mon Oct 15 17:08:54 2012
@@ -29,7 +29,7 @@ This page provides information on how to
- Update Management node vcl code, create a backup, copy in new, make changes
- Restart vcld service
-# Detailed steps for upgrade from 2.2.1 to 2.3 #
+# Detailed steps for upgrade from 2.2 to 2.3 #
1. follow instructions on VCL 2.3 Release page to download and verify
apache-VCL-2.3.tar.bz2 and put in in /root
2. **extract VCL 2.3 code**
@@ -129,7 +129,7 @@ The web code now requires access to crea
f. The way the authentication functions toward the bottom of conf.php are
initialized has been simplified. Make the following changes:
:::BashLexer
- REMOVE
+ **REMOVE**
$affilValFunc
$affilValFuncArgs
$addUserFunc
@@ -137,7 +137,7 @@ The web code now requires access to crea
$updateUserFunc
$updateUserFuncArgs
- ADD
+ **ADD**
$affilValFunc = array();
$affilValFuncArgs = array();
$addUserFunc = array();