From 7f5321790ac4152e8eb00f04e034e3460825a319 Mon Sep 17 00:00:00 2001 From: steudten Date: Mon, 5 Nov 2001 21:31:51 +0000 Subject: [PATCH] Change switch mode from weekly to size 1M --- junkbuster.logrotate | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/junkbuster.logrotate b/junkbuster.logrotate index e13ee1d5..4ac4ca64 100644 --- a/junkbuster.logrotate +++ b/junkbuster.logrotate @@ -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 @@ -52,11 +55,11 @@ /var/log/junkbuster/logfile { compress - weekly + size 1M } /var/log/junkbuster/jarfile { missingok compress - weekly + size 1M } -- 2.49.0