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_nufw/files: 50_mod_auth_nufw.conf
Date: Thu, 31 Jan 2008 17:05:38
Message-Id: E1JKcr0-0008KW-RK@stork.gentoo.org
1 hollow 08/01/31 17:05:34
2
3 Modified: 50_mod_auth_nufw.conf
4 Log:
5 fix depend.apache usage wrt #208033; fix module loading
6 (Portage version: 2.1.4)
7
8 Revision Changes Path
9 1.3 www-apache/mod_auth_nufw/files/50_mod_auth_nufw.conf
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_nufw/files/50_mod_auth_nufw.conf?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_nufw/files/50_mod_auth_nufw.conf?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_nufw/files/50_mod_auth_nufw.conf?r1=1.2&r2=1.3
14
15 Index: 50_mod_auth_nufw.conf
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/files/50_mod_auth_nufw.conf,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- 50_mod_auth_nufw.conf 27 Jan 2008 17:17:24 -0000 1.2
22 +++ 50_mod_auth_nufw.conf 31 Jan 2008 17:05:34 -0000 1.3
23 @@ -1,5 +1,5 @@
24 <IfDefine AUTH_NUFW>
25 -LoadModule mod_auth_nufw extramodules/mod_auth_nufw.so
26 +LoadModule mod_auth_nufw modules/mod_auth_nufw.so
27 </IfDefine>
28
29 # vim: ts=4 filetype=apache
30
31
32
33 --
34 gentoo-commits@l.g.o mailing list