summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-12-10 12:38:33 +0100
committerJohannes Huber <johu@gentoo.org>2016-12-10 12:38:33 +0100
commitdfbcb477e7ed01428c2030407e9e615dae359aa8 (patch)
treec61b5c97e21923767ea827d1e6bb3b9483768bec /kde-plasma/kdm/files/kdm-logrotate
parentnet-libs/tox: add ~arm keyword (diff)
downloadgentoo-dfbcb477e7ed01428c2030407e9e615dae359aa8.tar.gz
gentoo-dfbcb477e7ed01428c2030407e9e615dae359aa8.tar.bz2
gentoo-dfbcb477e7ed01428c2030407e9e615dae359aa8.zip
kde-base/kdm -> kde-plasma/kdm
Diffstat (limited to 'kde-plasma/kdm/files/kdm-logrotate')
-rw-r--r--kde-plasma/kdm/files/kdm-logrotate8
1 files changed, 8 insertions, 0 deletions
diff --git a/kde-plasma/kdm/files/kdm-logrotate b/kde-plasma/kdm/files/kdm-logrotate
new file mode 100644
index 000000000000..4bce1a0392d8
--- /dev/null
+++ b/kde-plasma/kdm/files/kdm-logrotate
@@ -0,0 +1,8 @@
+/var/log/kdm.log {
+ maxage 365
+ size=+1024k
+ notifempty
+ missingok
+ compress
+ copytruncate
+}