You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bn...@apache.org on 2003/02/06 20:12:40 UTC

cvs commit: httpd-2.0/modules/dav/fs NWGNUmakefile

bnicholes    2003/02/06 11:12:39

  Modified:    modules/proxy Tag: APACHE_2_0_BRANCH NWGNUproxyhtp
                        NWGNUproxyftp NWGNUproxycon
               modules/experimental Tag: APACHE_2_0_BRANCH NWGNUmem_cach
                        NWGNUdsk_cach NWGNUauthldap
               modules/dav/fs Tag: APACHE_2_0_BRANCH NWGNUmakefile
  Log:
  Fix up load dependancies to avoid LoadModules ordering
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.4.2.1   +1 -0      httpd-2.0/modules/proxy/NWGNUproxyhtp
  
  Index: NWGNUproxyhtp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/proxy/NWGNUproxyhtp,v
  retrieving revision 1.4
  retrieving revision 1.4.2.1
  diff -u -r1.4 -r1.4.2.1
  --- NWGNUproxyhtp	16 Oct 2002 23:52:27 -0000	1.4
  +++ NWGNUproxyhtp	6 Feb 2003 19:12:39 -0000	1.4.2.1
  @@ -186,6 +186,7 @@
   FILES_nlm_modules = \
   	aprlib \
   	libc \
  +	proxy \
   	$(EOLIST)
   
   #
  
  
  
  1.4.2.1   +1 -0      httpd-2.0/modules/proxy/NWGNUproxyftp
  
  Index: NWGNUproxyftp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/proxy/NWGNUproxyftp,v
  retrieving revision 1.4
  retrieving revision 1.4.2.1
  diff -u -r1.4 -r1.4.2.1
  --- NWGNUproxyftp	16 Oct 2002 23:52:27 -0000	1.4
  +++ NWGNUproxyftp	6 Feb 2003 19:12:39 -0000	1.4.2.1
  @@ -186,6 +186,7 @@
   FILES_nlm_modules = \
   	aprlib \
   	libc \
  +	proxy \
   	$(EOLIST)
   
   #
  
  
  
  1.4.2.1   +1 -0      httpd-2.0/modules/proxy/NWGNUproxycon
  
  Index: NWGNUproxycon
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/proxy/NWGNUproxycon,v
  retrieving revision 1.4
  retrieving revision 1.4.2.1
  diff -u -r1.4 -r1.4.2.1
  --- NWGNUproxycon	16 Oct 2002 23:52:27 -0000	1.4
  +++ NWGNUproxycon	6 Feb 2003 19:12:39 -0000	1.4.2.1
  @@ -185,6 +185,7 @@
   FILES_nlm_modules = \
   	aprlib \
   	libc \
  +	proxy \
   	$(EOLIST)
   
   #
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.7.2.1   +1 -0      httpd-2.0/modules/experimental/NWGNUmem_cach
  
  Index: NWGNUmem_cach
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/experimental/NWGNUmem_cach,v
  retrieving revision 1.7
  retrieving revision 1.7.2.1
  diff -u -r1.7 -r1.7.2.1
  --- NWGNUmem_cach	16 Oct 2002 23:52:26 -0000	1.7
  +++ NWGNUmem_cach	6 Feb 2003 19:12:39 -0000	1.7.2.1
  @@ -199,6 +199,7 @@
   FILES_nlm_modules = \
   	Apache2 \
   	Libc \
  +	mod_cach \
   	$(EOLIST)
   
   #
  
  
  
  1.5.2.1   +1 -0      httpd-2.0/modules/experimental/NWGNUdsk_cach
  
  Index: NWGNUdsk_cach
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/experimental/NWGNUdsk_cach,v
  retrieving revision 1.5
  retrieving revision 1.5.2.1
  diff -u -r1.5 -r1.5.2.1
  --- NWGNUdsk_cach	16 Oct 2002 23:52:26 -0000	1.5
  +++ NWGNUdsk_cach	6 Feb 2003 19:12:39 -0000	1.5.2.1
  @@ -195,6 +195,7 @@
   FILES_nlm_modules = \
   	Apache2 \
   	Libc \
  +	mod_cach \
   	$(EOLIST)
   
   #
  
  
  
  1.6.2.3   +1 -0      httpd-2.0/modules/experimental/NWGNUauthldap
  
  Index: NWGNUauthldap
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/experimental/NWGNUauthldap,v
  retrieving revision 1.6.2.2
  retrieving revision 1.6.2.3
  diff -u -r1.6.2.2 -r1.6.2.3
  --- NWGNUauthldap	22 Jan 2003 18:00:35 -0000	1.6.2.2
  +++ NWGNUauthldap	6 Feb 2003 19:12:39 -0000	1.6.2.3
  @@ -185,6 +185,7 @@
   	lldapsdk \
   	lldapssl \
   	lldapx \
  +	utilldap \
   	$(EOLIST)
   
   #
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.3.2.1   +1 -0      httpd-2.0/modules/dav/fs/NWGNUmakefile
  
  Index: NWGNUmakefile
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/dav/fs/NWGNUmakefile,v
  retrieving revision 1.3
  retrieving revision 1.3.2.1
  diff -u -r1.3 -r1.3.2.1
  --- NWGNUmakefile	16 Oct 2002 23:52:27 -0000	1.3
  +++ NWGNUmakefile	6 Feb 2003 19:12:39 -0000	1.3.2.1
  @@ -195,6 +195,7 @@
   FILES_nlm_modules = \
   	Apache2 \
   	Libc \
  +	mod_dav \
   	$(EOLIST)
   
   #