blob: 19a47887075780ed4c818d0cf99f7a1eecaf9ee1 (
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 -q
endscript
postrotate
/etc/init.d/denyhosts start -q
endscript
}
|