summaryrefslogtreecommitdiff
blob: 4f1249d0125c5aeb7175dbf9f4a00740979c9ab8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/var/log/denyhosts {
	missingok
	notifempty
	create 0640 root root
	sharedscripts
	prerotate
		/etc/init.d/denyhosts stop
	endscript
	postrotate
		/etc/init.d/denyhosts start
	endscript
}