Comment 2 for bug 718923

Revision history for this message
Andrew Simpson (andrew-simpson) wrote :

Confirmed.

I am using a bit more modern log rotate file on a Debian system as follows (The reference to Sarge is gone).

#
# Logrotate fragment for squid-deb-proxy.
#
/var/log/squid-deb-proxy/*.log {
 daily
 compress
 delaycompress
 rotate 2
 missingok
 nocreate
 sharedscripts
 postrotate
  test ! -e /var/run/squid-deb-proxy.pid || /usr/sbin/squid -f /etc/squid-deb-proxy/squid-deb-proxy.conf -k rotate
 endscript
}