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_tcl/files: 27_mod_tcl.conf
Date: Thu, 31 Jan 2008 19:26:38
Message-Id: E1JKf3T-0003SB-F2@stork.gentoo.org
1 hollow 08/01/31 19:26:35
2
3 Modified: 27_mod_tcl.conf
4 Log:
5 update metadata; cleanup
6 (Portage version: 2.1.4)
7
8 Revision Changes Path
9 1.3 www-apache/mod_tcl/files/27_mod_tcl.conf
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_tcl/files/27_mod_tcl.conf?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_tcl/files/27_mod_tcl.conf?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_tcl/files/27_mod_tcl.conf?r1=1.2&r2=1.3
14
15 Index: 27_mod_tcl.conf
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_tcl/files/27_mod_tcl.conf,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- 27_mod_tcl.conf 15 Jan 2007 19:28:38 -0000 1.2
22 +++ 27_mod_tcl.conf 31 Jan 2008 19:26:34 -0000 1.3
23 @@ -1,12 +1,7 @@
24 <IfDefine TCL>
25 - <IfModule !mod_tcl.c>
26 - LoadModule tcl_module modules/mod_tcl.so
27 - </IfModule>
28 -</IfDefine>
29 -
30 -<IfModule mod_tcl.c>
31 +LoadModule tcl_module modules/mod_tcl.so
32
33 # See http://tcl.apache.org/mod_tcl/ for now :/
34 +</IfDefine>
35
36 -</IfModule>
37 -
38 +# vim: ts=4 filetype=apache
39
40
41
42 --
43 gentoo-commits@l.g.o mailing list