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/mod_umask-0.1.0.ebuild | |
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/mod_umask-0.1.0.ebuild')
-rw-r--r-- | www-apache/mod_umask/mod_umask-0.1.0.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/www-apache/mod_umask/mod_umask-0.1.0.ebuild b/www-apache/mod_umask/mod_umask-0.1.0.ebuild new file mode 100644 index 000000000000..16022b12b4f8 --- /dev/null +++ b/www-apache/mod_umask/mod_umask-0.1.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_umask/mod_umask-0.1.0.ebuild,v 1.1 2005/01/10 13:03:00 hollow Exp $ + +inherit apache-module + +DESCRIPTION="Sets the Unix umask of the Apache HTTPd process after it has started." +SRC_URI="http://www.apache.org/~pquerna/modules/${P}.tar.bz2" +HOMEPAGE="http://www.outoforder.cc/projects/apache/mod_umask/" + +SLOT="0" +LICENSE="Apache-2.0" +KEYWORDS="~x86" +IUSE="" + +APACHE2_MOD_CONF="47_${PN}" +APACHE2_MOD_DEFINE="UMASK" + +need_apache2 + +# vim:ts=4 |