Date: Tuesday, May 14, 2013 @ 22:22:08 Author: bpiotrowski Revision: 90846
upgpkg: fail2ban 0.8.8-3 - correct path to sendmail due to migration to /usr/bin Modified: fail2ban/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-05-14 19:53:14 UTC (rev 90845) +++ PKGBUILD 2013-05-14 20:22:08 UTC (rev 90846) @@ -6,7 +6,7 @@ pkgname=fail2ban pkgver=0.8.8 -pkgrel=2 +pkgrel=3 pkgdesc='Bans IPs after too many failed authentification attempts against common daemons' url='http://www.fail2ban.org/' license=('GPL') @@ -30,4 +30,7 @@ # avoid conflict with filesystem>=2012.06 rm -r "$pkgdir"/var/run + + # fix sendmail location + sed -i 's/sbin/bin/g' "$pkgdir"/etc/fail2ban/action.d/sendmail*.conf }
