Author: jfrederic.clere(a)jboss.com
Date: 2014-01-25 11:35:30 -0500 (Sat, 25 Jan 2014)
New Revision: 3190
Modified:
trunk/httpd/httpd-2.2/modules/mod_slotmem/NMAKEslotmem
trunk/httpd/httpd-2.2/modules/mod_slotmem/config5.m4
Log:
Ajust the names according to other httpd-2.4.x modules.
Modified: trunk/httpd/httpd-2.2/modules/mod_slotmem/NMAKEslotmem
===================================================================
--- trunk/httpd/httpd-2.2/modules/mod_slotmem/NMAKEslotmem 2014-01-25 15:04:25 UTC (rev
3189)
+++ trunk/httpd/httpd-2.2/modules/mod_slotmem/NMAKEslotmem 2014-01-25 16:35:30 UTC (rev
3190)
@@ -23,7 +23,7 @@
#
TARGET=DLL
-PROJECT = mod_slotmem
+PROJECT = mod_cluster_slotmem
!IF !DEFINED(SRCDIR) || "$(SRCDIR)" == ""
SRCDIR = .
@@ -44,7 +44,7 @@
BUILDRES = $(WORKDIR)\$(PROJECT).res
BUILDMFT = $(BUILDBIN).manifest
-RCFLAGS = $(RCFLAGS) /d BIN_NAME="$(PROJECT).so" /d
LONG_NAME="mod_slotmem module for Apache"
+RCFLAGS = $(RCFLAGS) /d BIN_NAME="$(PROJECT).so" /d
LONG_NAME="mod_cluster_slotmem module for Apache"
OBJECTS = \
$(WORKDIR)\sharedmem_util.obj \
Modified: trunk/httpd/httpd-2.2/modules/mod_slotmem/config5.m4
===================================================================
--- trunk/httpd/httpd-2.2/modules/mod_slotmem/config5.m4 2014-01-25 15:04:25 UTC (rev
3189)
+++ trunk/httpd/httpd-2.2/modules/mod_slotmem/config5.m4 2014-01-25 16:35:30 UTC (rev
3190)
@@ -1,10 +1,10 @@
dnl modules enabled in this directory by default
-APACHE_MODPATH_INIT(mod_slotmem)
+APACHE_MODPATH_INIT(cluster_slotmem)
-if test "$enable_mod_slotmem" = "shared"; then
+if test "$enable_cluster_slotmem" = "shared"; then
mod_slotmem_mods_enable=shared
-elif test "$enable_mod_slotmem" = "yes"; then
+elif test "$enable_cluster_slotmem" = "yes"; then
mod_slotmem_mods_enable=yes
else
mod_slotmem_mods_enable=no
@@ -12,6 +12,6 @@
slotmem_objects="mod_sharedmem.lo sharedmem_util.lo"
-APACHE_MODULE(slotmem, A slotmem provider for mod_cluster, $slotmem_objects, ,
$mod_slotmem_mods_enable)
+APACHE_MODULE(cluster_slotmem, A slotmem provider for mod_cluster, $slotmem_objects, ,
$mod_slotmem_mods_enable)
APACHE_MODPATH_FINISH
Show replies by date