Skip to content

Commit

Permalink
Logrotate.conf doesn't need execution rights
Browse files Browse the repository at this point in the history
refs #5818
  • Loading branch information
thardeck committed Jul 11, 2014
1 parent 1b18479 commit 4bd9a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icinga2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ exit 0
%files common
%defattr(-,root,root,-)
%doc COPYING COPYING.Exceptions README NEWS AUTHORS ChangeLog tools/syntax
%config(noreplace) %attr(755,-,-) %{_sysconfdir}/logrotate.d/%{name}
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%attr(0750,%{icinga_user},%{icinga_group}) %dir %{_localstatedir}/spool/%{name}
%attr(0750,%{icinga_user},%{icinga_group}) %dir %{_localstatedir}/spool/%{name}/perfdata
%attr(0750,%{icinga_user},%{icinga_group}) %dir %{_localstatedir}/spool/%{name}/tmp
Expand Down

0 comments on commit 4bd9a50

Please sign in to comment.