Author: jfrederic.clere(a)jboss.com
Date: 2011-01-28 06:00:29 -0500 (Fri, 28 Jan 2011)
New Revision: 2731
Modified:
trunk/httpd/httpd-2.2/installer/installconf.awk
Log:
Oops 6666 should be used instead 23364
Modified: trunk/httpd/httpd-2.2/installer/installconf.awk
===================================================================
--- trunk/httpd/httpd-2.2/installer/installconf.awk 2011-01-24 10:04:27 UTC (rev 2730)
+++ trunk/httpd/httpd-2.2/installer/installconf.awk 2011-01-28 11:00:29 UTC (rev 2731)
@@ -179,7 +179,6 @@
gsub( /443/, serversslport );
gsub( /@@ADVIP@@/, mcmpadvip );
gsub( /23364/, mcmpadvport );
- gsub( /@@MCMPPORT@@/, mcmpadvport );
gsub( /@@SUBIP@@/, mcmpsubip );
gsub( /@@MCMPIP@@/, mcmpip );
gsub( /@@MCMPPORT@@/, mcmpport );
Show replies by date