spec: Don't add apache user to the icingacmd group.

fixes #4829
This commit is contained in:
Michael Friedrich 2013-10-09 22:45:52 +02:00
parent 26b183165f
commit 7aaee262d3
1 changed files with 0 additions and 3 deletions

View File

@ -4,12 +4,10 @@
%define el5_boost_version 141
%define el5_boost_libs %{_libdir}/boost%{el5_boost_version}
%define el5_boost_includes /usr/include/boost%{el5_boost_version}
%define apacheuser apache
%endif
%if "%{_vendor}" == "suse"
%define opensuse_boost_version 1_49_0
%define sles_boost_version 1_54_0
%define apacheuser wwwrun
%endif
%define icinga_user icinga
@ -164,7 +162,6 @@ if [ "$1" = "0" ]; then
fi
%post
%{_sbindir}/usermod -a -G %{icingacmd_group} %{apacheuser} || :
/sbin/chkconfig --add %{name} || :
/sbin/service %{name} start &>/dev/null || :