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_transform/files/0.7: 10_mod_transform.conf
Date: Thu, 31 Jan 2008 19:14:15
Message-Id: E1JKerU-0002rv-Vh@stork.gentoo.org
1 hollow 08/01/31 19:14:12
2
3 Modified: 10_mod_transform.conf
4 Log:
5 fix depend.apache usage wrt #208033; update metadata; cleanup
6 (Portage version: 2.1.4)
7
8 Revision Changes Path
9 1.2 www-apache/mod_transform/files/0.7/10_mod_transform.conf
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_transform/files/0.7/10_mod_transform.conf?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_transform/files/0.7/10_mod_transform.conf?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_transform/files/0.7/10_mod_transform.conf?r1=1.1&r2=1.2
14
15 Index: 10_mod_transform.conf
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_transform/files/0.7/10_mod_transform.conf,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- 10_mod_transform.conf 20 Aug 2007 23:23:06 -0000 1.1
22 +++ 10_mod_transform.conf 31 Jan 2008 19:14:12 -0000 1.2
23 @@ -1,9 +1,9 @@
24 <IfDefine TRANSFORM>
25 - LoadModule transform_module modules/mod_transform.so
26 - AddOutputFilter XSLT xml
27 +LoadModule transform_module modules/mod_transform.so
28 +AddOutputFilter XSLT xml
29
30 - # In order to load the http plugin, uncomment the following:
31 -# TransformLoadPlugin http
32 +# In order to load the http plugin, uncomment the following:
33 +#TransformLoadPlugin http
34 </IfDefine>
35
36 -# vim:syntax=apache
37 +# vim: ts=4 filetype=apache
38
39
40
41 --
42 gentoo-commits@l.g.o mailing list