From: steudten Date: Mon, 5 Nov 2001 21:31:51 +0000 (+0000) Subject: Change switch mode from weekly to size 1M X-Git-Tag: v_2_9_10~48 X-Git-Url: http://www.privoxy.org/gitweb/?a=commitdiff_plain;h=7f5321790ac4152e8eb00f04e034e3460825a319;p=privoxy.git Change switch mode from weekly to size 1M --- diff --git a/junkbuster.logrotate b/junkbuster.logrotate index e13ee1d5..4ac4ca64 100644 --- a/junkbuster.logrotate +++ b/junkbuster.logrotate @@ -35,6 +35,9 @@ # # Revisions : # $Log: junkbuster.logrotate,v $ +# 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 +55,11 @@ /var/log/junkbuster/logfile { compress - weekly + size 1M } /var/log/junkbuster/jarfile { missingok compress - weekly + size 1M }