forward cron mail to sysadmin@fsf.org
[mharc.git] / etc / logrotate.conf
1 # $Id: logrotate.conf.in.dist,v 1.1 2003/08/09 18:02:42 ehood Exp $
2 # Sample logrotate(8) configuration file for rotating mharc
3 # log files. logrotate is provided under RedHat Linux and
4 # and other linux and Unix distros.
5 #
6 compress
7
8 /home/mharc/log/*.log {
9 rotate 5
10 weekly
11 missingok
12 }
13