summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-misc/xxv/files/xxvd-logrotate')
-rw-r--r--www-misc/xxv/files/xxvd-logrotate26
1 files changed, 0 insertions, 26 deletions
diff --git a/www-misc/xxv/files/xxvd-logrotate b/www-misc/xxv/files/xxvd-logrotate
deleted file mode 100644
index 23854f73b086..000000000000
--- a/www-misc/xxv/files/xxvd-logrotate
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-/var/log/xxv/xxvd.log {
- compress
- daily
- dateext
- maxage 365
- rotate 99
- size +4096k
- notifempty
- missingok
- copytruncate
-}
-
-/var/log/xxv/xxvd_mplayer.log {
- compress
- daily
- dateext
- maxage 365
- rotate 99
- size +4096k
- notifempty
- missingok
- copytruncate
-}