modified maxreinits

debian-releases/etch
Yaroslav Halchenko 19 years ago
parent 5425d6b96a
commit 8123a4886a

@ -92,7 +92,7 @@ reinittime = 10
# changes. -1 stays for infinite, so only reinittime is of importance # changes. -1 stays for infinite, so only reinittime is of importance
# Values: NUM Default: -1 # Values: NUM Default: -1
# #
maxreinits = -1 maxreinits = 1000
# NOTE: Interpolations # NOTE: Interpolations
# #

@ -109,7 +109,7 @@ reinittime = 10
# changes. -1 stays for infinite, so only reinittime is of importance # changes. -1 stays for infinite, so only reinittime is of importance
# Values: NUM Default: -1 # Values: NUM Default: -1
# #
maxreinits = -1 maxreinits = 1000
# NOTE: Interpolations # NOTE: Interpolations
# #

@ -92,7 +92,7 @@ reinittime = 10
# changes. -1 stays for infinite, so only reinittime is of importance # changes. -1 stays for infinite, so only reinittime is of importance
# Values: NUM Default: -1 # Values: NUM Default: -1
# #
maxreinits = -1 maxreinits = 1000
# NOTE: Interpolations # NOTE: Interpolations
# #

7
debian/changelog vendored

@ -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 <debian@onerussian.com> Mon, 27 Mar 2006 12:55:39 -0500
fail2ban (0.6.1-1) unstable; urgency=low fail2ban (0.6.1-1) unstable; urgency=low
* New upstream release * New upstream release

Loading…
Cancel
Save