diff --git a/debian/changelog b/debian/changelog index d07a6878..dd2703cc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,7 +3,10 @@ fail2ban (0.6.1-7) unstable; urgency=low * Removed bashism (arrays) from init.d script to make it POSIX shell complient (closes: #368218) * Added new proftpd section - + * Mentioned apache2 log file in Other. comment field for FILE in + apache section. Nothing has to be changed besides the logfile path to + work with apache2 (closes: #342144) + -- Yaroslav Halchenko Mon, 22 May 2006 15:37:17 -0400 fail2ban (0.6.1-5) unstable; urgency=low diff --git a/debian/patches/00list b/debian/patches/00list index 068def97..86e25176 100644 --- a/debian/patches/00list +++ b/debian/patches/00list @@ -1,2 +1,3 @@ 00_proftpd_section 00_vsftpd_regexp +01_apache2_other diff --git a/debian/patches/01_apache2_other.dpatch b/debian/patches/01_apache2_other.dpatch new file mode 100644 index 00000000..711d1de7 --- /dev/null +++ b/debian/patches/01_apache2_other.dpatch @@ -0,0 +1,19 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 01_apache2_other.dpatch by +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Tiny patch to mention apache2 possibility + +@DPATCH@ + +diff -x '*~' -Naur fail2ban-0.6.1.pre/config/fail2ban.conf.iptables fail2ban-0.6.1.post/config/fail2ban.conf.iptables +--- fail2ban-0.6.1.pre/config/fail2ban.conf.iptables 2006-05-27 23:23:51.000000000 -0400 ++++ fail2ban-0.6.1.post/config/fail2ban.conf.iptables 2006-05-27 23:27:30.000000000 -0400 +@@ -270,6 +270,7 @@ + # Option: logfile + # Notes.: logfile to monitor. + # Values: FILE Default: /var/log/apache/error.log ++# Other.: /var/log/apache2/error.log + # + logfile = /var/log/apache/error.log +