X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=junkbuster.logrotate;h=4ac4ca640dbf01d72ce47908a939b616cadc1a3b;hp=50623783670d01091e6609b023b655344ffa531d;hb=00b04bbd7faeadd174cf81eab266a6308f814a88;hpb=52688cf7f811e1452ebd86f374628953f7ad7420 diff --git a/junkbuster.logrotate b/junkbuster.logrotate index 50623783..4ac4ca64 100644 --- a/junkbuster.logrotate +++ b/junkbuster.logrotate @@ -35,6 +35,14 @@ # # 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 +# with redhat values +# # Revision 1.2 2001/05/24 07:52:24 swa # added header. removed ^M. # @@ -47,10 +55,11 @@ /var/log/junkbuster/logfile { compress - weekly + size 1M } /var/log/junkbuster/jarfile { + missingok compress - weekly + size 1M }