- Removed actionstart and actionstop which are now obsolete

git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@554 a942ae1a-1317-0410-a47c-b1dcaea8d605
This commit is contained in:
lostcontrol 2007-03-07 20:47:41 +00:00
parent ff4984cf46
commit fc9387a3c4

View file

@ -11,13 +11,13 @@
# Notes.: command executed once at the start of Fail2Ban.
# Values: CMD
#
actionstart = touch <tmpfile>
actionstart =
# Option: actionend
# Notes.: command executed once at the end of Fail2Ban
# Values: CMD
#
actionstop = rm -f <tmpfile>
actionstop =
# Option: actioncheck
# Notes.: command executed once before each actionban command