mirror of https://github.com/fail2ban/fail2ban
* Reincarnated logrotate configuration (Closes: #397878)
* no logrotation anymore? (Closes: #397878)debian-releases/etch
parent
f92a885d43
commit
6a9ed3501a
|
@ -1,3 +1,9 @@
|
||||||
|
fail2ban (0.7.4-3) unstable; urgency=low
|
||||||
|
|
||||||
|
* Reincarnated logrotate configuration (Closes: #397878)
|
||||||
|
|
||||||
|
-- Yaroslav Halchenko <debian@onerussian.com> Fri, 10 Nov 2006 10:53:39 -0500
|
||||||
|
|
||||||
fail2ban (0.7.4-2) unstable; urgency=low
|
fail2ban (0.7.4-2) unstable; urgency=low
|
||||||
|
|
||||||
* Added reload/force-reload actions to init script
|
* Added reload/force-reload actions to init script
|
||||||
|
@ -5,8 +11,9 @@ fail2ban (0.7.4-2) unstable; urgency=low
|
||||||
* Warning NEWS entry for 0.7.1 was not shown during installation on test
|
* Warning NEWS entry for 0.7.1 was not shown during installation on test
|
||||||
boxes, thus postinst was adjusted accordingly to inform the user about the
|
boxes, thus postinst was adjusted accordingly to inform the user about the
|
||||||
changes in the configuration files since 0.6.
|
changes in the configuration files since 0.6.
|
||||||
|
* no logrotation anymore? (Closes: #397878)
|
||||||
|
|
||||||
-- Yaroslav Halchenko <debian@onerussian.com> Mon, 6 Nov 2006 09:18:58 -0500
|
-- Yaroslav Halchenko <debian@onerussian.com> Fri, 10 Nov 2006 10:53:23 -0500
|
||||||
|
|
||||||
fail2ban (0.7.4-1) experimental; urgency=low
|
fail2ban (0.7.4-1) experimental; urgency=low
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,13 @@
|
||||||
/var/log/fail2ban.log {
|
/var/log/fail2ban.log {
|
||||||
|
|
||||||
weekly
|
weekly
|
||||||
rotate 4
|
rotate 4
|
||||||
compress
|
compress
|
||||||
|
|
||||||
|
delaycompress
|
||||||
missingok
|
missingok
|
||||||
postrotate
|
postrotate
|
||||||
/etc/init.d/fail2ban restart >/dev/null
|
invoke-rc.d --quiet fail2ban reload >/dev/null
|
||||||
endscript
|
endscript
|
||||||
create 640 root adm
|
create 640 root adm
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue