diff options
Diffstat (limited to 'media-tv/mythtv/files/mythtv.logrotate.d-r3')
-rw-r--r-- | media-tv/mythtv/files/mythtv.logrotate.d-r3 | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/media-tv/mythtv/files/mythtv.logrotate.d-r3 b/media-tv/mythtv/files/mythtv.logrotate.d-r3 deleted file mode 100644 index 220776a1d087..000000000000 --- a/media-tv/mythtv/files/mythtv.logrotate.d-r3 +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -/var/log/mythtv/*.log { - weekly - rotate 8 - nocompress - nocreate - notifempty - sharedscripts - missingok - olddir /var/log/mythtv/old - postrotate - killall -HUP mythfrontend - killall -HUP mythbackend - killall -HUP mythlcdserver - find /var/log/mythtv/old -type f -mtime +30 -delete - endscript -} |