SOURCES: logrotate.conf - don't rotate unless logs will grow bigge...
blues
blues at pld-linux.org
Tue Dec 25 13:27:22 CET 2007
Author: blues Date: Tue Dec 25 12:27:22 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- don't rotate unless logs will grow bigger than 100k
---- Files affected:
SOURCES:
logrotate.conf (1.12 -> 1.13)
---- Diffs:
================================================================
Index: SOURCES/logrotate.conf
diff -u SOURCES/logrotate.conf:1.12 SOURCES/logrotate.conf:1.13
--- SOURCES/logrotate.conf:1.12 Tue Dec 25 13:02:03 2007
+++ SOURCES/logrotate.conf Tue Dec 25 13:27:17 2007
@@ -5,6 +5,9 @@
# Keep 4 weeks worth of backlogs.
rotate 28
+# Rotate logs when they grow bigger than 100kB
+minsize=100k
+
# 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.12&r2=1.13&f=u
More information about the pld-cvs-commit
mailing list