summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2008-01-31 17:02:56 +0000
committerBenedikt Boehm <hollow@gentoo.org>2008-01-31 17:02:56 +0000
commit187eb82a812ae8bce0262d41cd4f70544f81330a (patch)
treede5b48281758aec56cd844273e5b484d14d4b26a /www-apache/mod_auth_mysql
parentfix depend.apache usage wrt #208033 (diff)
downloadgentoo-2-187eb82a812ae8bce0262d41cd4f70544f81330a.tar.gz
gentoo-2-187eb82a812ae8bce0262d41cd4f70544f81330a.tar.bz2
gentoo-2-187eb82a812ae8bce0262d41cd4f70544f81330a.zip
cleanup
(Portage version: 2.1.4)
Diffstat (limited to 'www-apache/mod_auth_mysql')
-rw-r--r--www-apache/mod_auth_mysql/ChangeLog8
-rw-r--r--www-apache/mod_auth_mysql/files/12_mod_auth_mysql.conf11
2 files changed, 9 insertions, 10 deletions
diff --git a/www-apache/mod_auth_mysql/ChangeLog b/www-apache/mod_auth_mysql/ChangeLog
index 1c8da1e86a30..b4ac2278cf4c 100644
--- a/www-apache/mod_auth_mysql/ChangeLog
+++ b/www-apache/mod_auth_mysql/ChangeLog
@@ -1,12 +1,16 @@
# ChangeLog for www-apache/mod_auth_mysql
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_mysql/ChangeLog,v 1.6 2007/11/25 14:59:05 hollow Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_mysql/ChangeLog,v 1.7 2008/01/31 17:02:55 hollow Exp $
07 Dec 2006; Luca Longinotti <chtekk@gentoo.org>
-files/12_mod_auth_mysql.conf, -files/mod_auth_mysql.patch, metadata.xml,
-mod_auth_mysql-3.0.0.ebuild, mod_auth_mysql-3.0.0-r1.ebuild:
Ebuild cleanup, set mysql as herd too.
+ 31 Jan 2008; Benedikt Böhm <hollow@gentoo.org>
+ files/12_mod_auth_mysql.conf:
+ cleanup
+
25 Nov 2007; Benedikt Böhm <hollow@gentoo.org>
-mod_auth_mysql-3.0.0-r1.ebuild, mod_auth_mysql-3.0.0-r2.ebuild:
fix #196938; cleanup
diff --git a/www-apache/mod_auth_mysql/files/12_mod_auth_mysql.conf b/www-apache/mod_auth_mysql/files/12_mod_auth_mysql.conf
index bd4908794b47..f33ced4bdda0 100644
--- a/www-apache/mod_auth_mysql/files/12_mod_auth_mysql.conf
+++ b/www-apache/mod_auth_mysql/files/12_mod_auth_mysql.conf
@@ -1,10 +1,6 @@
<IfDefine AUTH_MYSQL>
- <IfModule !mod_auth_mysql.c>
- LoadModule mysql_auth_module modules/mod_auth_mysql.so
- </IfModule>
-</IfDefine>
+LoadModule mysql_auth_module modules/mod_auth_mysql.so
-<IfModule mod_auth_mysql.c>
# mod_auth_mysql can be used to limit access to documents by checking
# data in a MySQL database.
@@ -131,7 +127,6 @@
#
# require group user
#</Directory>
+</IfDefine>
-</IfModule>
-
-# vim: syntax=apache
+# vim: ts=4 filetype=apache