- 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
0.x
Cyril Jaquier 2007-03-07 20:47:41 +00:00
parent 6426cf75aa
commit 0b9c41c015
1 changed files with 2 additions and 2 deletions

View File

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