SOURCES: logrotate.conf - keep weekly rotate with 4 weeks retentio...
blues
blues at pld-linux.org
Wed Dec 26 01:51:23 CET 2007
Author: blues Date: Wed Dec 26 00:51:23 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- keep weekly rotate with 4 weeks retention. Too much flame for me.
---- Files affected:
SOURCES:
logrotate.conf (1.14 -> 1.15)
---- Diffs:
================================================================
Index: SOURCES/logrotate.conf
diff -u SOURCES/logrotate.conf:1.14 SOURCES/logrotate.conf:1.15
--- SOURCES/logrotate.conf:1.14 Tue Dec 25 19:44:07 2007
+++ SOURCES/logrotate.conf Wed Dec 26 01:51:18 2007
@@ -1,9 +1,9 @@
# See "man logrotate" for details.
# Rotate log files weekly.
-daily
+weekly
# Keep 4 weeks worth of backlogs.
-rotate 28
+rotate 4
# Rotate logs when they grow bigger than 100kB
minsize 100k
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/logrotate.conf?r1=1.14&r2=1.15&f=u
More information about the pld-cvs-commit
mailing list