Search
j0ke.net Open Build Service
>
Projects
>
server:monitoring
>
icinga-web
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 17
[-]
[+]
Changed
icinga-web.spec
@@ -7,12 +7,14 @@ %if "%{_vendor}" == "suse" %define apacheconfdir %{_sysconfdir}/apache2/conf.d %define apacheuser wwwrun +%define apachegroup www BuildRequires: apache2 %endif %if "%{_vendor}" == "redhat" %define apacheconfdir %{_sysconfdir}/httpd/conf.d %define apacheuser apache +%define apachegroup apache BuildRequires: httpd %endif @@ -115,7 +117,7 @@ #mkdir %{_datadir}/icinga-web/app/cache ### fix-privs taken from Makefile.in -chown -R %{apacheuser}.%{apacheuser} \ +chown -R %{apacheuser}.%{apachegroup} \ %{_datadir}/icinga-web/app/cache \ %{_datadir}/icinga-web/app/data/log chmod -R 775 %{_datadir}/icinga-web/app/cache