diff options
author | Donny Davies <woodchip@gentoo.org> | 2002-09-14 03:23:52 +0000 |
---|---|---|
committer | Donny Davies <woodchip@gentoo.org> | 2002-09-14 03:23:52 +0000 |
commit | 6ea68ef1f6e17643b2adf76271275a92e2d216af (patch) | |
tree | fbbc60225f1e272c46c8e67f42b0c350d1fc41fa /net-www/mod_dav | |
parent | Fixes config flags, adds patch (diff) | |
download | historical-6ea68ef1f6e17643b2adf76271275a92e2d216af.tar.gz historical-6ea68ef1f6e17643b2adf76271275a92e2d216af.tar.bz2 historical-6ea68ef1f6e17643b2adf76271275a92e2d216af.zip |
fix #7500; thanks Dominik ;-)
Diffstat (limited to 'net-www/mod_dav')
-rw-r--r-- | net-www/mod_dav/ChangeLog | 7 | ||||
-rw-r--r-- | net-www/mod_dav/files/mod_dav.conf | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/net-www/mod_dav/ChangeLog b/net-www/mod_dav/ChangeLog index c8652141a583..91db6877d65d 100644 --- a/net-www/mod_dav/ChangeLog +++ b/net-www/mod_dav/ChangeLog @@ -1,18 +1,19 @@ # ChangeLog for net-www/mod_dav # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_dav/ChangeLog,v 1.3 2002/07/14 20:25:23 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_dav/ChangeLog,v 1.4 2002/09/14 03:23:52 woodchip Exp $ *mod_dav-1.0.3-r1 (4 May 2002) + 13 Sep 2002; Donny Davies <woodchip@gentoo.org> mod_dav.conf : + Fix #7500; thanks Dominik Westner. + 14 Jul 2002; Daniel Ahlberg <aliz@gentoo.org> mod_dav-1.0.3-r1.ebuild : Added KEYWORDS. 4 May 2002; Donny Davies <woodchip@gentoo.org> : - Added LICENSE, SLOT, clarify the pkg_postinst message. *mod_dav-1.0.3 (9 Apr 2002) 9 Apr 2002; Donny Davies <woodchip@gentoo.org> : - New package to go along with the rewritten apache ebuild. diff --git a/net-www/mod_dav/files/mod_dav.conf b/net-www/mod_dav/files/mod_dav.conf index 678d1475d090..bb52bcf07add 100644 --- a/net-www/mod_dav/files/mod_dav.conf +++ b/net-www/mod_dav/files/mod_dav.conf @@ -1,6 +1,6 @@ -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_dav/files/mod_dav.conf,v 1.2 2002/05/04 23:23:01 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_dav/files/mod_dav.conf,v 1.3 2002/09/14 03:23:52 woodchip Exp $ <IfModule mod_dav.c> -DAVLockDB /var/lock/mod_dav +DAVLockDB /var/lock/mod_dav/Dav_Lock </IfModule> |