blob: 12fda05f038389a8d938b0a49e5d9c7d50c6c0d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
inherit apache-module
KEYWORDS="amd64 x86"
DESCRIPTION="Sets the Unix umask of the Apache2 webserver process after it has started"
HOMEPAGE="http://www.outoforder.cc/projects/apache/mod_umask/"
SRC_URI="http://www.apache.org/~pquerna/modules/${P}.tar.bz2"
LICENSE="Apache-2.0"
SLOT="0"
IUSE=""
DEPEND=""
RDEPEND=""
APACHE2_MOD_CONF="47_${PN}"
APACHE2_MOD_DEFINE="UMASK"
need_apache2
|