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

View File

@ -52,7 +52,7 @@ def usage():
print "Usage: "+sys.argv[0]+" [OPTIONS]" print "Usage: "+sys.argv[0]+" [OPTIONS]"
print print
print "Fail2Ban v"+version+" reads log file that contains password failure report" 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
print " -b start fail2ban in background" print " -b start fail2ban in background"
print " -d start fail2ban in debug mode" print " -d start fail2ban in debug mode"