# if you use defail files, You can uncomment the next block and
# edit it accordling your /etc/raddb/naslist file. If you comment
# the /var/log/radwtmp block you'll need to include the
# postrotate/endscript parts to the *last* NAS-NAME/detail of this file

monthly
rotate 4
create
compress
notifempty

#/var/log/radacct/NAS-NAME/detail {
#}

/var/log/checkrad.log {
	missingok
}

/var/log/radius.log {
	missingok
}

/var/log/radwatch.log {
	missingok
}

/var/log/radwtmp {
	postrotate
		/etc/rc.d/init.d/radiusd reload
	endscript
}
