update logrotate to use su (#753079)
This commit is contained in:
parent
75b8883bd9
commit
77ee32e40c
@ -4,4 +4,5 @@
|
||||
notifempty
|
||||
compress
|
||||
create 0664 cacti apache
|
||||
su cacti apache
|
||||
}
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user