summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaroslav Halchenko <debian@onerussian.com>2016-07-15 09:00:29 -0400
committerYaroslav Halchenko <debian@onerussian.com>2016-07-15 09:00:29 -0400
commit8f42580c050fd2d229ba598afbb0c2e3718c0b3e (patch)
treed5bfbe1c78fa4f700dfd46a2eb146f3f8472e64c
parent1a86683beaaea772c3e13776ebd76ee4ffe5b63c (diff)
downloadfail2ban-8f42580c050fd2d229ba598afbb0c2e3718c0b3e.tar.gz
some typos and TODOs -- thanks lintian
-rw-r--r--debian/README.Debian6
-rw-r--r--debian/TODO6
2 files changed, 8 insertions, 4 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
index f24d504b..a8922861 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -33,7 +33,7 @@ fail2ban with apache, please enable apache section manually in
[apache]
enabled = true
-NOTE: -e command line parameter is non existant in 0.7.x
+NOTE: -e command line parameter is non existent in 0.7.x
* Interpolations vs actions/filters parameters:
@@ -216,7 +216,7 @@ for more information on jail options.
From
http://www.fail2ban.org/wiki/index.php/MANUAL_0_8#Possibility_of_DOS_attack_by_a_local_user
-Especially on systems wich provide ssh/CGI/PHP services to unknown
+Especially on systems which provide ssh/CGI/PHP services to unknown
users it is possible to block other users from ssh and probably other
access as a unprivileged user may issue:
@@ -231,4 +231,4 @@ P.S. Anyone is welcome to recommend proper security solution to this
issue, such as an alternative to sysklogd which allows better control
over users logging to specific facilities (such as AUTH)
- -- Yaroslav Halchenko <debian@onerussian.com>, Thu, 28 Jul 2011 23:19:44 -0400
+ -- Yaroslav Halchenko <debian@onerussian.com>, Fri, 15 Jul 2016 08:59:10 -0400
diff --git a/debian/TODO b/debian/TODO
index 1dc1e13d..e96d3b23 100644
--- a/debian/TODO
+++ b/debian/TODO
@@ -1,4 +1,8 @@
-* Collect more sections for other log files
+* completions installation
+
+W: fail2ban: package-installs-into-obsolete-dir etc/bash_completion.d/ : ^etc/bash_completion.d/ -> usr/share/bash-completion/completions (see also https://bugs.debian.org/776954)
+W: fail2ban: package-installs-into-obsolete-dir etc/bash_completion.d/fail2ban : ^etc/bash_completion.d/ -> usr/share/bash-completion/completions (see also https://bugs.debian.org/776954)
+
* Find proper answer to "Syslog entries can be 'forged' by a regular
user" mentioned in README.Debian