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:15:29 UTC

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

bnicholes    2003/02/06 11:15:29

  Modified:    modules/proxy NWGNUproxyhtp NWGNUproxyftp NWGNUproxycon
               modules/experimental NWGNUmem_cach NWGNUdsk_cach
                        NWGNUauthldap
               modules/dav/fs NWGNUmakefile
               modules/dav/lock NWGNUmakefile
  Log:
  Fix up load dependancies to avoid LoadModule ordering
  
  Revision  Changes    Path
  1.5       +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.5
  diff -u -r1.4 -r1.5
  --- NWGNUproxyhtp	16 Oct 2002 23:52:27 -0000	1.4
  +++ NWGNUproxyhtp	6 Feb 2003 19:15:29 -0000	1.5
  @@ -186,6 +186,7 @@
   FILES_nlm_modules = \
   	aprlib \
   	libc \
  +	proxy \
   	$(EOLIST)
   
   #
  
  
  
  1.5       +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.5
  diff -u -r1.4 -r1.5
  --- NWGNUproxyftp	16 Oct 2002 23:52:27 -0000	1.4
  +++ NWGNUproxyftp	6 Feb 2003 19:15:29 -0000	1.5
  @@ -186,6 +186,7 @@
   FILES_nlm_modules = \
   	aprlib \
   	libc \
  +	proxy \
   	$(EOLIST)
   
   #
  
  
  
  1.5       +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.5
  diff -u -r1.4 -r1.5
  --- NWGNUproxycon	16 Oct 2002 23:52:27 -0000	1.4
  +++ NWGNUproxycon	6 Feb 2003 19:15:29 -0000	1.5
  @@ -185,6 +185,7 @@
   FILES_nlm_modules = \
   	aprlib \
   	libc \
  +	proxy \
   	$(EOLIST)
   
   #
  
  
  
  1.8       +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.8
  diff -u -r1.7 -r1.8
  --- NWGNUmem_cach	16 Oct 2002 23:52:26 -0000	1.7
  +++ NWGNUmem_cach	6 Feb 2003 19:15:29 -0000	1.8
  @@ -199,6 +199,7 @@
   FILES_nlm_modules = \
   	Apache2 \
   	Libc \
  +	mod_cach \
   	$(EOLIST)
   
   #
  
  
  
  1.6       +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.6
  diff -u -r1.5 -r1.6
  --- NWGNUdsk_cach	16 Oct 2002 23:52:26 -0000	1.5
  +++ NWGNUdsk_cach	6 Feb 2003 19:15:29 -0000	1.6
  @@ -195,6 +195,7 @@
   FILES_nlm_modules = \
   	Apache2 \
   	Libc \
  +	mod_cach \
   	$(EOLIST)
   
   #
  
  
  
  1.9       +1 -0      httpd-2.0/modules/experimental/NWGNUauthldap
  
  Index: NWGNUauthldap
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/experimental/NWGNUauthldap,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- NWGNUauthldap	22 Jan 2003 16:34:37 -0000	1.8
  +++ NWGNUauthldap	6 Feb 2003 19:15:29 -0000	1.9
  @@ -185,6 +185,7 @@
   	lldapsdk \
   	lldapssl \
   	lldapx \
  +	utilldap \
   	$(EOLIST)
   
   #
  
  
  
  1.4       +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.4
  diff -u -r1.3 -r1.4
  --- NWGNUmakefile	16 Oct 2002 23:52:27 -0000	1.3
  +++ NWGNUmakefile	6 Feb 2003 19:15:29 -0000	1.4
  @@ -195,6 +195,7 @@
   FILES_nlm_modules = \
   	Apache2 \
   	Libc \
  +	mod_dav \
   	$(EOLIST)
   
   #
  
  
  
  1.2       +1 -0      httpd-2.0/modules/dav/lock/NWGNUmakefile
  
  Index: NWGNUmakefile
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/dav/lock/NWGNUmakefile,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- NWGNUmakefile	16 Jan 2003 23:23:47 -0000	1.1
  +++ NWGNUmakefile	6 Feb 2003 19:15:29 -0000	1.2
  @@ -192,6 +192,7 @@
   FILES_nlm_modules = \
   	Apache2 \
   	Libc \
  +	mod_dav \
   	$(EOLIST)
   
   #