# Logrotate file for Linuxconf RPM

/var/log/htmlaccess.log {
	notifempty
	nocompress
	weekly
}

/var/log/netconf.log {
	nocompress
	monthly
}


