Fixing a compiler warning
[privoxy.git] / junkbuster.logrotate
index 5062378..4ac4ca6 100644 (file)
 # 
 #  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.
 #
 
 /var/log/junkbuster/logfile {
    compress
-   weekly
+   size 1M
 }
 
 /var/log/junkbuster/jarfile {
+  missingok
   compress
-  weekly
+  size 1M
 }