Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 5fcb8f70811ac62d465db0a4780da3ed > files > 10

squid-3.1.8-1.fc14.src.rpm

/var/log/squid/*.log {
    weekly
    rotate 5
    compress
    notifempty
    missingok
    nocreate
    sharedscripts
    postrotate
      # Asks squid to reopen its logs. (logfile_rotate 0 is set in squid.conf)
      # errors redirected to make it silent if squid is not running
      /usr/sbin/squid -k rotate 2>/dev/null
      # Wait a little to allow Squid to catch up before the logs is compressed
      sleep 1
    endscript
}