Revision: 751
http://fail2ban.svn.sourceforge.net/fail2ban/?rev=751&view=rev
Author: lostcontrol
Date: 2009-09-01 20:25:32 +0000 (Tue, 01 Sep 2009)
Log Message:
-----------
- Fixed typo. Thanks to Dudi Goldenberg.
Modified Paths:
--------------
branches/FAIL2BAN-0_8/common/protocol.py
Modified: branches/FAIL2BAN-0_8/common/protocol.py
===================================================================
--- branches/FAIL2BAN-0_8/common/protocol.py 2009-09-01 17:33:04 UTC (rev 750)
+++ branches/FAIL2BAN-0_8/common/protocol.py 2009-09-01 20:25:32 UTC (rev 751)
@@ -52,7 +52,7 @@
["set <JAIL> addignoreip <IP>", "adds <IP> to the ignore list of <JAIL>"],
["set <JAIL> delignoreip <IP>", "removes <IP> from the ignore list of <JAIL>"],
["set <JAIL> addlogpath <FILE>", "adds <FILE> to the monitoring list of <JAIL>"],
-["set <JAIL> dellogpath <FILE>", "removes <FILE> to the monitoring list of <JAIL>"],
+["set <JAIL> dellogpath <FILE>", "removes <FILE> from the monitoring list of <JAIL>"],
["set <JAIL> addfailregex <REGEX>", "adds the regular expression <REGEX> which must match failures for <JAIL>"],
["set <JAIL> delfailregex <INDEX>", "removes the regular expression at <INDEX> for failregex"],
["set <JAIL> addignoreregex <REGEX>", "adds the regular expression <REGEX> which should match pattern to exclude for <JAIL>"],
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|