few grammatical errors fixed in the description of the package and --help message

debian-releases/etch
Yaroslav Halchenko 2005-07-13 09:21:21 +00:00
parent fc4531ff45
commit 5930368ed9
2 changed files with 6 additions and 6 deletions

10
debian/control vendored
View File

@ -8,11 +8,11 @@ Standards-Version: 3.6.1
Package: fail2ban
Architecture: all
Depends: python, iptables
Description: Ban IPs that make too many password failure
The Fail2Ban scans log files like /var/log/auth.log or
/var/log/apache/access.log and bans IP that makes too many password
failures. It updates firewall rules to reject the IP
address. Currently, iptables, ipfwadm and ipfw are supported.
Description: Fail2ban bans IPs that cause multiple authentication errors
Fail2ban monitors log files (e.g. /var/log/auth.log,
/var/log/apache/access.log) and temporarily bans failure-prone
addresses by updating existing firewall rules. Currently, iptables,
ipfwadm and ipfw are supported.
.
Homepage: http://www.sourceforge.net/projects/fail2ban

View File

@ -52,7 +52,7 @@ def usage():
print "Usage: "+sys.argv[0]+" [OPTIONS]"
print
print "Fail2Ban v"+version+" reads log file that contains password failure report"
print "and bans the corresponding IP address using iptables."
print "and bans the corresponding IP addresses using firewall rules."
print
print " -b start fail2ban in background"
print " -d start fail2ban in debug mode"