diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2005-01-10 13:03:00 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2005-01-10 13:03:00 +0000 |
commit | 560f8b4e675c8e84abe274ca081588be387342b1 (patch) | |
tree | be887023bda824cf508d510267ad57a542da470a /www-apache/mod_umask/files | |
parent | Apache herd package refresh (New ebuild)" (Manifest recommit) (diff) | |
download | gentoo-2-560f8b4e675c8e84abe274ca081588be387342b1.tar.gz gentoo-2-560f8b4e675c8e84abe274ca081588be387342b1.tar.bz2 gentoo-2-560f8b4e675c8e84abe274ca081588be387342b1.zip |
Apache herd package refresh (New ebuild)"
Diffstat (limited to 'www-apache/mod_umask/files')
-rw-r--r-- | www-apache/mod_umask/files/47_mod_umask.conf | 21 | ||||
-rw-r--r-- | www-apache/mod_umask/files/digest-mod_umask-0.1.0 | 1 |
2 files changed, 22 insertions, 0 deletions
diff --git a/www-apache/mod_umask/files/47_mod_umask.conf b/www-apache/mod_umask/files/47_mod_umask.conf new file mode 100644 index 000000000000..6a6bbaae6363 --- /dev/null +++ b/www-apache/mod_umask/files/47_mod_umask.conf @@ -0,0 +1,21 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_umask/files/47_mod_umask.conf,v 1.1 2005/01/10 13:03:00 hollow Exp $ + +# PLEASE NOTE: consider this as an example configuration; +# So, a more useful place would be, to use UMask directive +# inside a subversion module driven virtual host, e.g. + +<IfDefine UMASK> + <IfModule !mod_umask.c> + LoadModule umask_module modules/mod_umask.so + </IfModule> + + # This is default: + # UMask 022 + + # This is usefull for group-write-access, such as used in subversion + # UMask 002 +</IfDefine> + +# vim:syntax=apache diff --git a/www-apache/mod_umask/files/digest-mod_umask-0.1.0 b/www-apache/mod_umask/files/digest-mod_umask-0.1.0 new file mode 100644 index 000000000000..dd2e5c294e2b --- /dev/null +++ b/www-apache/mod_umask/files/digest-mod_umask-0.1.0 @@ -0,0 +1 @@ +MD5 fb33093c7db879ddd6ec710521c1ec05 mod_umask-0.1.0.tar.bz2 182078 |