Author: jfrederic.clere(a)jboss.com
Date: 2011-01-24 02:59:29 -0500 (Mon, 24 Jan 2011)
New Revision: 2729
Modified:
trunk/httpd/httpd-2.2/installer/installconf.awk
Log:
Typo and use @@MCMPPORT@@ (mod_cluster httpd.conf.in).
Modified: trunk/httpd/httpd-2.2/installer/installconf.awk
===================================================================
--- trunk/httpd/httpd-2.2/installer/installconf.awk 2011-01-21 16:25:06 UTC (rev 2728)
+++ trunk/httpd/httpd-2.2/installer/installconf.awk 2011-01-24 07:59:29 UTC (rev 2729)
@@ -19,7 +19,7 @@
serversslport = ARGV[5];
serverroot = ARGV[6];
mcmpadvip = ARGV[7];
- mcmpadport = ARGV[8];
+ mcmpadvport = ARGV[8];
mcmpsubip = ARGV[9];
mcmpip = ARGV[10];
mcmpport = ARGV[11];
@@ -179,6 +179,7 @@
gsub( /443/, serversslport );
gsub( /@@ADVIP@@/, mcmpadvip );
gsub( /23364/, mcmpadvport );
+ gsub( /@@MCMPPORT@@/, mcmpadvport );
gsub( /@@SUBIP@@/, mcmpsubip );
gsub( /@@MCMPIP@@/, mcmpip );
gsub( /@@MCMPPORT@@/, mcmpport );