* Reincarnated logrotate configuration (Closes: #397878)

* no logrotation anymore? (Closes: #397878)
debian-releases/etch
Yaroslav Halchenko 18 years ago
parent f92a885d43
commit 6a9ed3501a

9
debian/changelog vendored

@ -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
* 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
boxes, thus postinst was adjusted accordingly to inform the user about the
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

@ -1,10 +1,13 @@
/var/log/fail2ban.log {
weekly
rotate 4
compress
delaycompress
missingok
postrotate
/etc/init.d/fail2ban restart >/dev/null
invoke-rc.d --quiet fail2ban reload >/dev/null
endscript
create 640 root adm
}

Loading…
Cancel
Save