Gentoo Archives: gentoo-commits

From: "Benedikt Boehm (hollow)" <hollow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-apache/mod_auth_mysql/files: 12_mod_auth_mysql.conf
Date: Thu, 31 Jan 2008 17:02:59
Message-Id: E1JKcoS-0008Cu-M1@stork.gentoo.org
1 hollow 08/01/31 17:02:56
2
3 Modified: 12_mod_auth_mysql.conf
4 Log:
5 cleanup
6 (Portage version: 2.1.4)
7
8 Revision Changes Path
9 1.2 www-apache/mod_auth_mysql/files/12_mod_auth_mysql.conf
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_mysql/files/12_mod_auth_mysql.conf?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_mysql/files/12_mod_auth_mysql.conf?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_mysql/files/12_mod_auth_mysql.conf?r1=1.1&r2=1.2
14
15 Index: 12_mod_auth_mysql.conf
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_auth_mysql/files/12_mod_auth_mysql.conf,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- 12_mod_auth_mysql.conf 29 Jul 2007 15:56:00 -0000 1.1
22 +++ 12_mod_auth_mysql.conf 31 Jan 2008 17:02:56 -0000 1.2
23 @@ -1,10 +1,6 @@
24 <IfDefine AUTH_MYSQL>
25 - <IfModule !mod_auth_mysql.c>
26 - LoadModule mysql_auth_module modules/mod_auth_mysql.so
27 - </IfModule>
28 -</IfDefine>
29 +LoadModule mysql_auth_module modules/mod_auth_mysql.so
30
31 -<IfModule mod_auth_mysql.c>
32 # mod_auth_mysql can be used to limit access to documents by checking
33 # data in a MySQL database.
34
35 @@ -131,7 +127,6 @@
36 #
37 # require group user
38 #</Directory>
39 +</IfDefine>
40
41 -</IfModule>
42 -
43 -# vim: syntax=apache
44 +# vim: ts=4 filetype=apache
45
46
47
48 --
49 gentoo-commits@l.g.o mailing list