summaryrefslogtreecommitdiff
path: root/kde-unstable/kdebase-workspace/kdm.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'kde-unstable/kdebase-workspace/kdm.logrotate')
-rw-r--r--kde-unstable/kdebase-workspace/kdm.logrotate6
1 files changed, 6 insertions, 0 deletions
diff --git a/kde-unstable/kdebase-workspace/kdm.logrotate b/kde-unstable/kdebase-workspace/kdm.logrotate
new file mode 100644
index 000000000..34331feae
--- /dev/null
+++ b/kde-unstable/kdebase-workspace/kdm.logrotate
@@ -0,0 +1,6 @@
+/var/log/kdm.log {
+ maxage 365
+ size=+1024k
+ notifempty
+ missingok
+}