summaryrefslogtreecommitdiff
path: root/kde-base/kdm/files/kdm-logrotate
diff options
context:
space:
mode:
authorBlackNoxis <steven.darklight@gmail.com>2014-02-15 23:46:04 +0200
committerBlackNoxis <steven.darklight@gmail.com>2014-02-15 23:46:04 +0200
commitbf9f773fb3fcefed199cd8af38b65f77b347c80c (patch)
tree29763323c9faaaae5ccf3a86084f0ca2a33a0413 /kde-base/kdm/files/kdm-logrotate
parent5acba24490a47edca8a38013461675a41f442f53 (diff)
Added already splitted ebuilds for KDE
Diffstat (limited to 'kde-base/kdm/files/kdm-logrotate')
-rw-r--r--kde-base/kdm/files/kdm-logrotate8
1 files changed, 8 insertions, 0 deletions
diff --git a/kde-base/kdm/files/kdm-logrotate b/kde-base/kdm/files/kdm-logrotate
new file mode 100644
index 00000000..4bce1a03
--- /dev/null
+++ b/kde-base/kdm/files/kdm-logrotate
@@ -0,0 +1,8 @@
+/var/log/kdm.log {
+ maxage 365
+ size=+1024k
+ notifempty
+ missingok
+ compress
+ copytruncate
+}