# netcount-logrotate-d, automatically generated by make from netcount-logrotate-d.in. DO NOT EDIT!
#
# Time-stamp: <2004-10-13 13:59:07 hcz>
#
# logrotate control file for the netcount package
#

# 2004-10-13 hcz: permissions changed from 640 to 644

/var/log/netcount/netcount.log {
	monthly
	missingok
	rotate 9
	compress
	notifempty
	create 644 root adm
}

/var/log/netcount/netcount.dbg {
	weekly
	missingok
	rotate 4
	compress
	notifempty
	create 644 root adm
}
