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_umask/files: 47_mod_umask.conf
Date: Thu, 31 Jan 2008 19:23:35
Message-Id: E1JKf0X-0003J0-4N@stork.gentoo.org
1 hollow 08/01/31 19:23:33
2
3 Modified: 47_mod_umask.conf
4 Log:
5 update metadata; cleanup
6 (Portage version: 2.1.4)
7
8 Revision Changes Path
9 1.3 www-apache/mod_umask/files/47_mod_umask.conf
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_umask/files/47_mod_umask.conf?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_umask/files/47_mod_umask.conf?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_umask/files/47_mod_umask.conf?r1=1.2&r2=1.3
14
15 Index: 47_mod_umask.conf
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_umask/files/47_mod_umask.conf,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- 47_mod_umask.conf 6 Jun 2006 10:42:40 -0000 1.2
22 +++ 47_mod_umask.conf 31 Jan 2008 19:23:32 -0000 1.3
23 @@ -1,21 +1,15 @@
24 -# Copyright 1999-2004 Gentoo Foundation
25 -# Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_umask/files/47_mod_umask.conf,v 1.2 2006/06/06 10:42:40 hollow Exp $
27 -
28 # PLEASE NOTE: consider this as an example configuration;
29 # So, a more useful place would be, to use UMask directive
30 # inside a subversion module driven virtual host, e.g.
31
32 <IfDefine UMASK>
33 - <IfModule !mod_umask.c>
34 - LoadModule umask_module modules/mod_umask.so
35 - </IfModule>
36 +LoadModule umask_module modules/mod_umask.so
37
38 - # This is default:
39 - # UMask 0022
40 +# This is default:
41 +# UMask 0022
42
43 - # This is usefull for group-write-access, such as used in subversion
44 - # UMask 0002
45 +# This is usefull for group-write-access, such as used in subversion
46 +# UMask 0002
47 </IfDefine>
48
49 -# vim:syntax=apache
50 +# vim: ts=4 filetype=apache
51
52
53
54 --
55 gentoo-commits@l.g.o mailing list