Make logrotate rotate all .log files automatically picking up store.log if
enabled
This commit is contained in:
parent
a9df1db215
commit
c445b9322e
@ -1,4 +1,4 @@
|
||||
/var/log/squid/access.log /var/log/squid/store.log /var/log/squid/cache.log {
|
||||
/var/log/squid/*.log {
|
||||
weekly
|
||||
rotate 5
|
||||
compress
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
Name: squid
|
||||
Version: 3.1.0.13
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
Summary: The Squid proxy caching server
|
||||
Epoch: 7
|
||||
License: GPLv2+
|
||||
@ -253,6 +253,9 @@ fi
|
||||
chgrp squid /var/cache/samba/winbindd_privileged >/dev/null 2>&1 || :
|
||||
|
||||
%changelog
|
||||
* Fri Sep 18 2009 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.0.13-6
|
||||
- Rotate store.log if enabled
|
||||
|
||||
* Wed Sep 16 2009 Tomas Mraz <tmraz@redhat.com> - 7:3.1.0.13-5
|
||||
- Use password-auth common PAM configuration instead of system-auth
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user