SOURCES: mcelog.logrotate (NEW) - logrotate file based on one from...

glen glen at pld-linux.org
Mon May 8 14:27:42 CEST 2006


Author: glen                         Date: Mon May  8 12:27:42 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- logrotate file based on one from sources

---- Files affected:
SOURCES:
   mcelog.logrotate (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/mcelog.logrotate
diff -u /dev/null SOURCES/mcelog.logrotate:1.1
--- /dev/null	Mon May  8 14:27:42 2006
+++ SOURCES/mcelog.logrotate	Mon May  8 14:27:37 2006
@@ -0,0 +1,12 @@
+/var/log/mcelog {
+    dateext
+    maxage 365
+    rotate 99
+    notifempty
+    missingok
+    copytruncate
+    postrotate
+		chmod 644 /var/log/mcelog
+    endscript
+}
+
================================================================


More information about the pld-cvs-commit mailing list