# Logrotate file for Linuxconf RPM

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

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


