Author: jfrederic.clere(a)jboss.com
Date: 2014-01-26 15:43:38 -0500 (Sun, 26 Jan 2014)
New Revision: 3198
Modified:
trunk/build/unix/buildbin.mod_cluster.sh
Log:
Add the configuration for 1.3.x too.
Modified: trunk/build/unix/buildbin.mod_cluster.sh
===================================================================
--- trunk/build/unix/buildbin.mod_cluster.sh 2014-01-26 18:13:28 UTC (rev 3197)
+++ trunk/build/unix/buildbin.mod_cluster.sh 2014-01-26 20:43:38 UTC (rev 3198)
@@ -231,7 +231,7 @@
1.0.*)
echo "skipped!"
;;
- 1.1.*|1.2.*)
+ 1.1.*|1.2.*|1.3.*)
if [ "$BUILD_SYS" = "hpux" ]; then
echo "Add the mod_cluster modules now because with can't use buildconf on
hpux"
cat >> "${RPM_BUILD_ROOT}/opt/jboss/httpd/httpd/conf/httpd.conf"
<<EOF