X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=junkbuster.logrotate;h=4ac4ca640dbf01d72ce47908a939b616cadc1a3b;hp=f79d2f993028539703577009c4ba43c7964a2bae;hb=dfb2580f59bb0898731103b7bf888b6b262b56c7;hpb=f1bf394c77bc1f9c62a9124091a01034db09ecfa diff --git a/junkbuster.logrotate b/junkbuster.logrotate index f79d2f99..4ac4ca64 100644 --- a/junkbuster.logrotate +++ b/junkbuster.logrotate @@ -3,7 +3,7 @@ # # ******************************************************************** # -# File : $Source: /cvsroot/ijbswa/current/junkbuster.monthly,v $ +# File : $Source: /cvsroot/ijbswa/current/junkbuster.logrotate,v $ # # Purpose : Rotates all potential Junkbuster logfiles # @@ -34,7 +34,18 @@ # Temple Place - Suite 330, Boston, MA 02111-1307, USA. # # Revisions : -# $Log: junkbuster.monthly,v $ +# $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. +# # Revision 1.3 2001/05/24 07:41:33 swa # added header # @@ -42,13 +53,13 @@ # # ********************************************************************/ -/var/log/junkbuster/junkbuster { +/var/log/junkbuster/logfile { compress - weekly + size 1M } - -#/var/log/junkbuster/jarfile { -# compress -# weekly -#} +/var/log/junkbuster/jarfile { + missingok + compress + size 1M +}