mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
added last patch
This commit is contained in:
parent
2ee8a98ce8
commit
b490a83902
1 changed files with 31 additions and 0 deletions
31
0.6.1-8/debian/patches/06_background.dpatch
Executable file
31
0.6.1-8/debian/patches/06_background.dpatch
Executable file
|
|
@ -0,0 +1,31 @@
|
|||
#! /bin/sh /usr/share/dpatch/dpatch-run
|
||||
## 06_background.dpatch by Yaroslav Halchenko <debian@onerussian.com>
|
||||
##
|
||||
## All lines beginning with `## DP:' are a description of the patch.
|
||||
## DP: No description.
|
||||
|
||||
@DPATCH@
|
||||
diff -urNad 0.6.1-8~/config/fail2ban.conf.hostsdeny 0.6.1-8/config/fail2ban.conf.hostsdeny
|
||||
--- 0.6.1-8~/config/fail2ban.conf.hostsdeny 2007-02-22 22:20:43.000000000 -0500
|
||||
+++ 0.6.1-8/config/fail2ban.conf.hostsdeny 2007-02-22 22:20:58.000000000 -0500
|
||||
@@ -9,7 +9,7 @@
|
||||
# Notes.: start fail2ban as a daemon. Output is redirect to logfile.
|
||||
# Values: [true | false] Default: false
|
||||
#
|
||||
-background = false
|
||||
+background = true
|
||||
|
||||
# Option: logtargets
|
||||
# Notes.: log targets. Space separated list of logging targets.
|
||||
diff -urNad 0.6.1-8~/config/fail2ban.conf.shorewall 0.6.1-8/config/fail2ban.conf.shorewall
|
||||
--- 0.6.1-8~/config/fail2ban.conf.shorewall 2007-02-22 22:20:43.000000000 -0500
|
||||
+++ 0.6.1-8/config/fail2ban.conf.shorewall 2007-02-22 22:21:06.000000000 -0500
|
||||
@@ -9,7 +9,7 @@
|
||||
# Notes.: start fail2ban as a daemon. Output is redirect to logfile.
|
||||
# Values: [true | false] Default: false
|
||||
#
|
||||
-background = false
|
||||
+background = true
|
||||
|
||||
# Option: logtargets
|
||||
# Notes.: log targets. Space separated list of logging targets.
|
||||
Loading…
Reference in a new issue