update logrotate to use su (#753079)

This commit is contained in:
Ken Dreyer 2011-11-11 08:55:46 -07:00
parent 75b8883bd9
commit 77ee32e40c
2 changed files with 5 additions and 1 deletions

View File

@ -4,4 +4,5 @@
notifempty
compress
create 0664 cacti apache
su cacti apache
}

View File

@ -1,6 +1,6 @@
Name: cacti
Version: 0.8.7h
Release: 1%{?dist}
Release: 2%{?dist}
Summary: An rrd based graphing tool
Group: Applications/System
@ -107,6 +107,9 @@ fi
%attr(0644,root,root) %{_localstatedir}/lib/%{name}/lib
%changelog
* Thu Oct 27 2011 Ken Dreyer <ktdreyer@ktdreyer.com> - 0.8.7h-2
- set logrotate to su to cacti apache when rotating (#753079)
* Thu Oct 27 2011 Ken Dreyer <ktdreyer@ktdreyer.com> - 0.8.7h-1
- New upstream release.
- Remove upstream'd mysql patch.