X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=junkbuster.logrotate;h=4ac4ca640dbf01d72ce47908a939b616cadc1a3b;hb=5bb7b8f89d7b6bb4177efc188ae2e488c85cb96f;hp=50623783670d01091e6609b023b655344ffa531d;hpb=52688cf7f811e1452ebd86f374628953f7ad7420;p=privoxy.git 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 }