SOURCES: logrotate.conf - do log rotation daily and keep 2 weeks.

blues blues at pld-linux.org
Mon Dec 24 13:34:17 CET 2007


Author: blues                        Date: Mon Dec 24 12:34:17 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- do log rotation daily and keep 2 weeks.

---- Files affected:
SOURCES:
   logrotate.conf (1.9 -> 1.10) 

---- Diffs:

================================================================
Index: SOURCES/logrotate.conf
diff -u SOURCES/logrotate.conf:1.9 SOURCES/logrotate.conf:1.10
--- SOURCES/logrotate.conf:1.9	Mon Apr  2 18:41:07 2007
+++ SOURCES/logrotate.conf	Mon Dec 24 13:34:12 2007
@@ -1,9 +1,9 @@
 # See "man logrotate" for details.
 # Rotate log files weekly.
-weekly
+daily
 
-# Keep 4 weeks worth of backlogs.
-rotate 4
+# Keep 2 weeks worth of backlogs.
+rotate 14
 
 # Don't mail old log files to any address.
 nomail
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/logrotate.conf?r1=1.9&r2=1.10&f=u



More information about the pld-cvs-commit mailing list