From: William A. Rowe Jr Date: Fri, 24 Aug 2007 01:54:21 +0000 (+0000) Subject: Adjust NW (I hope) X-Git-Tag: 2.3.0~1550 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fdf836d7dc505dbf471e922d079b813117f2f14;p=thirdparty%2Fapache%2Fhttpd.git Adjust NW (I hope) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@569214 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/experimental/NWGNUmakefile b/modules/experimental/NWGNUmakefile index 7085ec9d72b..13ee71aaab3 100644 --- a/modules/experimental/NWGNUmakefile +++ b/modules/experimental/NWGNUmakefile @@ -163,7 +163,7 @@ TARGET_nlm = \ $(OBJDIR)/example.nlm \ $(OBJDIR)/case_flt.nlm \ $(OBJDIR)/case_flt_in.nlm \ - $(OBJDIR)/sedfilter.nlm \ + $(OBJDIR)/rewrite_flt.nlm \ $(EOLIST) # diff --git a/modules/experimental/NWGNUsedfilter b/modules/experimental/NWGNUrewrite_flt similarity index 95% rename from modules/experimental/NWGNUsedfilter rename to modules/experimental/NWGNUrewrite_flt index c865cd90760..c115d9157fe 100644 --- a/modules/experimental/NWGNUsedfilter +++ b/modules/experimental/NWGNUrewrite_flt @@ -101,19 +101,19 @@ endif # This is used by the link 'name' directive to name the nlm. If left blank # TARGET_nlm (see below) will be used. # -NLM_NAME = sedfilter +NLM_NAME = rewrite_flt # # This is used by the link '-desc ' directive. # If left blank, NLM_NAME will be used. # -NLM_DESCRIPTION = Apache $(VERSION_STR) Sed Filter Module +NLM_DESCRIPTION = Apache $(VERSION_STR) Rewrite Filter Module # # This is used by the '-threadname' directive. If left blank, # NLM_NAME Thread will be used. # -NLM_THREAD_NAME = Sed Filter Module +NLM_THREAD_NAME = Rewrite Filter Module # # If this is specified, it will override VERSION value in @@ -158,7 +158,7 @@ XDCDATA = # If there is an NLM target, put it here # TARGET_nlm = \ - $(OBJDIR)/sedfilter.nlm \ + $(OBJDIR)/rewrite_flt.nlm \ $(EOLIST) # @@ -172,7 +172,7 @@ TARGET_lib = \ # Paths must all use the '/' character # FILES_nlm_objs = \ - $(OBJDIR)/mod_sedfilter.o \ + $(OBJDIR)/mod_rewrite_filter.o \ $(EOLIST) # @@ -220,7 +220,7 @@ FILES_nlm_Ximports = \ # Any symbols exported to here # FILES_nlm_exports = \ - sedfilter_module \ + rewrite_filter_module \ $(EOLIST) #