# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/files/mythtv.logrotate.d-r1,v 1.2 2010/06/13 07:20:47 cardoe Exp $ /var/log/mythtv/mythbackend.log /var/log/mythtv/mythfrontend.log { rotate 5 weekly create 660 mythtv video notifempty sharedscripts missingok postrotate [ -f "/var/run/mythbackend.pid" ] && /bin/kill -HUP `cat /var/run/mythbackend.pid` endscript }