From 8123a4886a87b88a20e842765cea98d64cbbe766 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Mon, 27 Mar 2006 17:56:38 +0000 Subject: [PATCH] modified maxreinits --- config/fail2ban.conf.hostsdeny | 2 +- config/fail2ban.conf.iptables | 2 +- config/fail2ban.conf.shorewall | 2 +- debian/changelog | 7 +++++++ 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/config/fail2ban.conf.hostsdeny b/config/fail2ban.conf.hostsdeny index 03130f36..09a129bb 100644 --- a/config/fail2ban.conf.hostsdeny +++ b/config/fail2ban.conf.hostsdeny @@ -92,7 +92,7 @@ reinittime = 10 # changes. -1 stays for infinite, so only reinittime is of importance # Values: NUM Default: -1 # -maxreinits = -1 +maxreinits = 1000 # NOTE: Interpolations # diff --git a/config/fail2ban.conf.iptables b/config/fail2ban.conf.iptables index 75c1266d..225ffa60 100644 --- a/config/fail2ban.conf.iptables +++ b/config/fail2ban.conf.iptables @@ -109,7 +109,7 @@ reinittime = 10 # changes. -1 stays for infinite, so only reinittime is of importance # Values: NUM Default: -1 # -maxreinits = -1 +maxreinits = 1000 # NOTE: Interpolations # diff --git a/config/fail2ban.conf.shorewall b/config/fail2ban.conf.shorewall index 28cab2ca..1086d001 100644 --- a/config/fail2ban.conf.shorewall +++ b/config/fail2ban.conf.shorewall @@ -92,7 +92,7 @@ reinittime = 10 # changes. -1 stays for infinite, so only reinittime is of importance # Values: NUM Default: -1 # -maxreinits = -1 +maxreinits = 1000 # NOTE: Interpolations # diff --git a/debian/changelog b/debian/changelog index 04f793d6..87cccec7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +fail2ban (0.6.1-2) unstable; urgency=low + + * Assigned maxreinits to 1000 to be reasonable since otherwise logfile grows + indefinetly if there is a real problem on the system (closes: #359218) + + -- Yaroslav Halchenko Mon, 27 Mar 2006 12:55:39 -0500 + fail2ban (0.6.1-1) unstable; urgency=low * New upstream release