Change switch mode from weekly to size 1M
[privoxy.git] / junkbuster.logrotate
index e13ee1d..4ac4ca6 100644 (file)
@@ -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
 
 /var/log/junkbuster/logfile {
    compress
-   weekly
+   size 1M
 }
 
 /var/log/junkbuster/jarfile {
   missingok
   compress
-  weekly
+  size 1M
 }