summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2016-07-05 11:45:17 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2016-07-05 11:45:43 -0500
commit5e225e252ae27c4a9e19fc3e5db5561c133ec0a9 (patch)
treeda83f5e03d1a7fbdc522490c2e7f41d11144ce7c /www-apps/icingaweb2/icingaweb2-9999.ebuild
parentapp-emulation/docker: sync live ebuild (diff)
downloadgentoo-5e225e252ae27c4a9e19fc3e5db5561c133ec0a9.tar.gz
gentoo-5e225e252ae27c4a9e19fc3e5db5561c133ec0a9.tar.bz2
gentoo-5e225e252ae27c4a9e19fc3e5db5561c133ec0a9.zip
www-apps/icingaweb2: fixing bug 587964 (apache vs apache2 user)
Package-Manager: portage-2.2.28
Diffstat (limited to 'www-apps/icingaweb2/icingaweb2-9999.ebuild')
-rw-r--r--www-apps/icingaweb2/icingaweb2-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/www-apps/icingaweb2/icingaweb2-9999.ebuild b/www-apps/icingaweb2/icingaweb2-9999.ebuild
index d852756ca57b..320a8196ebca 100644
--- a/www-apps/icingaweb2/icingaweb2-9999.ebuild
+++ b/www-apps/icingaweb2/icingaweb2-9999.ebuild
@@ -31,7 +31,7 @@ pkg_setup() {
enewgroup icingaweb2
enewgroup icingacmd
use nginx && usermod -a -G icingacmd,icingaweb2 nginx
- use apache2 && usermod -a -G icingacmd,icingaweb2 apache2
+ use apache2 && usermod -a -G icingacmd,icingaweb2 apache
}
pkg_config() {