From 1fdf836d7dc505dbf471e922d079b813117f2f14 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Fri, 24 Aug 2007 01:54:21 +0000 Subject: [PATCH] Adjust NW (I hope) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@569214 13f79535-47bb-0310-9956-ffa450edef68 --- modules/experimental/NWGNUmakefile | 2 +- .../{NWGNUsedfilter => NWGNUrewrite_flt} | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) rename modules/experimental/{NWGNUsedfilter => NWGNUrewrite_flt} (95%) diff --git a/modules/experimental/NWGNUmakefile b/modules/experimental/NWGNUmakefile index 7085ec9d72..13ee71aaab 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 c865cd9076..c115d9157f 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) # -- 2.40.0