X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=junkbuster.logrotate;h=0b88ac7a6d05b6ca046eab9b8fbccd1fe34597d6;hp=e13ee1d52d8e44a87c2cc9dec102965b82782147;hb=a63ab812d6982e9829a0b44a02606e08539f738a;hpb=68973a28c40fcd79f591c6c9064e2df4d1c5d3b9 diff --git a/junkbuster.logrotate b/junkbuster.logrotate index e13ee1d5..0b88ac7a 100644 --- a/junkbuster.logrotate +++ b/junkbuster.logrotate @@ -35,6 +35,17 @@ # # Revisions : # $Log: junkbuster.logrotate,v $ +# Revision 1.6 2001/12/13 23:19:43 steudten +# Add 'restart' of junkbuster service after rotate logfiles. +# Better we could use the well known 'kill -HUP', but the handler +# isn't there at this time. +# +# Revision 1.5 2001/11/05 21:31:51 steudten +# Change switch mode from weekly to size 1M +# +# Revision 1.4 2001/06/28 13:30:22 sarantis +# add missingok for the jarfile entry +# # Revision 1.3 2001/06/04 18:31:58 swa # files are now prefixed with either `confdir' or `logdir'. # `make redhat-dist' replaces both entries confdir and logdir @@ -52,11 +63,17 @@ /var/log/junkbuster/logfile { compress - weekly + size 1M + postrotate + /sbin/service junkbuster reload 2> /dev/null || true + endscript } /var/log/junkbuster/jarfile { - missingok - compress - weekly + missingok + compress + size 1M + postrotate + /sbin/service junkbuster reload 2> /dev/null || true + endscript }