From: Sarantis Paskalis <paskalis@di.uoa.gr>
Date: Thu, 28 Jun 2001 13:30:22 +0000 (+0000)
Subject: add missingok for the jarfile entry
X-Git-Tag: v_2_9_9~331
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/@default-cgi@/faq/static/coding.html?a=commitdiff_plain;h=68973a28c40fcd79f591c6c9064e2df4d1c5d3b9;p=privoxy.git

add missingok for the jarfile entry
---

diff --git a/junkbuster.logrotate b/junkbuster.logrotate
index 50623783..e13ee1d5 100644
--- a/junkbuster.logrotate
+++ b/junkbuster.logrotate
@@ -35,6 +35,11 @@
 # 
 #  Revisions   :
 #     $Log: junkbuster.logrotate,v $
+#     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.
 #
@@ -51,6 +56,7 @@
 }
 
 /var/log/junkbuster/jarfile {
+  missingok
   compress
   weekly
 }