From d0e2d556691fb14ab75e675a1b2ec83217589c5d Mon Sep 17 00:00:00 2001 From: kick_ Date: Tue, 25 Jun 2002 17:33:07 +0000 Subject: [PATCH] Avoid error messages if privoxy hasn't run at all and there is no logfile yet by adding missingok to the logrotate script --- privoxy.logrotate | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/privoxy.logrotate b/privoxy.logrotate index 035112a5..a2dc8bba 100644 --- a/privoxy.logrotate +++ b/privoxy.logrotate @@ -35,6 +35,9 @@ # # Revisions : # $Log: privoxy.logrotate,v $ +# Revision 1.4 2002/03/26 22:29:55 swa +# we have a new homepage! +# # Revision 1.3 2002/03/24 15:19:57 swa # name change related issue. # @@ -79,6 +82,7 @@ # ********************************************************************/ /var/log/privoxy/logfile { + missingok compress size 1M postrotate -- 2.39.2