remove address hiding
[mharc.git] / etc / logrotate.conf.in
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 @@LOG_DIR@@/*.log {
9 rotate 5
10 weekly
11 missingok
12 }
13