From: mkochano Date: Fri, 24 Mar 2000 14:48:37 +0000 (+0000) Subject: - Added rotation of store.log and cache.log. X-Git-Tag: squid-2_3_STABLE2-1~6 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=4fcb994a2a32d84f1890e775d874a7d97ecd08cd;p=packages%2Fsquid.git - Added rotation of store.log and cache.log. Changed files: squid.logrotate -> 1.2 --- diff --git a/squid.logrotate b/squid.logrotate index b44be1f..3b4c614 100644 --- a/squid.logrotate +++ b/squid.logrotate @@ -3,6 +3,19 @@ daily rotate 7 compress + create 640 nobody root + postrotate + # signal Squid to restart logging with the new files + /usr/bin/killall -USR1 squid + endscript +} + +/var/log/squid/[sc]*.log { + olddir /var/log/archiv/squid + weekly + rotate 4 + compress + create 640 nobody root postrotate # signal Squid to restart logging with the new files /usr/bin/killall -USR1 squid