You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2007/08/24 03:54:22 UTC

svn commit: r569214 - in /httpd/httpd/trunk/modules/experimental: NWGNUmakefile NWGNUrewrite_flt NWGNUsedfilter

Author: wrowe
Date: Thu Aug 23 18:54:21 2007
New Revision: 569214

URL: http://svn.apache.org/viewvc?rev=569214&view=rev
Log:
Adjust NW (I hope)

Added:
    httpd/httpd/trunk/modules/experimental/NWGNUrewrite_flt
      - copied, changed from r569207, httpd/httpd/trunk/modules/experimental/NWGNUsedfilter
Removed:
    httpd/httpd/trunk/modules/experimental/NWGNUsedfilter
Modified:
    httpd/httpd/trunk/modules/experimental/NWGNUmakefile

Modified: httpd/httpd/trunk/modules/experimental/NWGNUmakefile
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/experimental/NWGNUmakefile?rev=569214&r1=569213&r2=569214&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/experimental/NWGNUmakefile (original)
+++ httpd/httpd/trunk/modules/experimental/NWGNUmakefile Thu Aug 23 18:54:21 2007
@@ -163,7 +163,7 @@
 	$(OBJDIR)/example.nlm \
 	$(OBJDIR)/case_flt.nlm \
 	$(OBJDIR)/case_flt_in.nlm \
-	$(OBJDIR)/sedfilter.nlm \
+	$(OBJDIR)/rewrite_flt.nlm \
 	$(EOLIST)
 
 #

Copied: httpd/httpd/trunk/modules/experimental/NWGNUrewrite_flt (from r569207, httpd/httpd/trunk/modules/experimental/NWGNUsedfilter)
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/experimental/NWGNUrewrite_flt?p2=httpd/httpd/trunk/modules/experimental/NWGNUrewrite_flt&p1=httpd/httpd/trunk/modules/experimental/NWGNUsedfilter&r1=569207&r2=569214&rev=569214&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/experimental/NWGNUsedfilter (original)
+++ httpd/httpd/trunk/modules/experimental/NWGNUrewrite_flt Thu Aug 23 18:54:21 2007
@@ -101,19 +101,19 @@
 # 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 @@
 # If there is an NLM target, put it here
 #
 TARGET_nlm = \
-	$(OBJDIR)/sedfilter.nlm \
+	$(OBJDIR)/rewrite_flt.nlm \
 	$(EOLIST)
 
 #
@@ -172,7 +172,7 @@
 # Paths must all use the '/' character
 #
 FILES_nlm_objs = \
-	$(OBJDIR)/mod_sedfilter.o \
+	$(OBJDIR)/mod_rewrite_filter.o \
 	$(EOLIST)
 
 #
@@ -220,7 +220,7 @@
 # Any symbols exported to here
 #
 FILES_nlm_exports = \
-	sedfilter_module \
+	rewrite_filter_module \
 	$(EOLIST)
 
 #