]> git.pld-linux.org Git - packages/mcelog.git/commitdiff
- logrotate file based on one from sources
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 8 May 2006 12:27:37 +0000 (12:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mcelog.logrotate -> 1.1

mcelog.logrotate [new file with mode: 0644]

diff --git a/mcelog.logrotate b/mcelog.logrotate
new file mode 100644 (file)
index 0000000..1239137
--- /dev/null
@@ -0,0 +1,12 @@
+/var/log/mcelog {
+    dateext
+    maxage 365
+    rotate 99
+    notifempty
+    missingok
+    copytruncate
+    postrotate
+               chmod 644 /var/log/mcelog
+    endscript
+}
+
This page took 0.090787 seconds and 4 git commands to generate.