Comment # 10 on bug 894636 from
Confirmed the squid.logrotate file hasn't been updated during the maintenance
https://build.opensuse.org/package/show/openSUSE:Maintenance:2990/squid.openSUSE_13.1_Update

so another one is now needed.

What I don't understand : there's no report about this specific bug in the
.changes file, and so the swamp do a wrong job in this case.
This bug was not "affected" by the proposed maintenance patch.


Marcos, with the version you cite you could replace the /etc/logrotate.d/squid
file with this content

/var/log/squid/cache.log /var/log/squid/access.log /var/log/squid/store.log {
    compress
    dateext
    maxage 365
    rotate 99
    size=+4096k
    notifempty
    missingok
    su squid nogroup
    create 640 squid nogroup
    sharedscripts
    postrotate
     systemctl reload squid.service
    endscript
}

work here until we got a real fix


You are receiving this mail because: