don't hardcode absolute path for apf firewall

pull/365/head
Mark McKinstry 2013-09-25 16:38:45 -04:00
parent 66aff43d68
commit c692912a82
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ actioncheck =
# <time> unix timestamp of the ban time
# Values: CMD
#
actionban = /usr/local/sbin/apf -d <ip> banned by Fail2Ban
actionban = apf -d <ip> banned by Fail2Ban
# Option: actionunban
# Notes.: command executed when unbanning an IP. Take care that the
@ -40,4 +40,4 @@ actionban = /usr/local/sbin/apf -d <ip> banned by Fail2Ban
# <time> unix timestamp of the ban time
# Values: CMD
#
actionunban = /usr/local/sbin/apf -u <ip>
actionunban = apf -u <ip>