commit: 9c8a5ce28bc722679e5c1bb69c76d837289ab736 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Jan 5 11:58:32 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Jan 5 11:58:32 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c8a5ce2
net-analyzer/fail2ban: fix typo in conf.d (cosmetic) Signed-off-by: Sam James <sam <AT> gentoo.org> net-analyzer/fail2ban/files/fail2ban-0.11.2-upstream-openrc.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/fail2ban/files/fail2ban-0.11.2-upstream-openrc.patch b/net-analyzer/fail2ban/files/fail2ban-0.11.2-upstream-openrc.patch index 7483c5685156..bbe655124d36 100644 --- a/net-analyzer/fail2ban/files/fail2ban-0.11.2-upstream-openrc.patch +++ b/net-analyzer/fail2ban/files/fail2ban-0.11.2-upstream-openrc.patch @@ -21,7 +21,7 @@ index 00000000..9454ef68 --- /dev/null +++ b/files/fail2ban-openrc.conf @@ -0,0 +1,2 @@ -+# For available options, plase run "fail2ban-server --help". ++# For available options, please run "fail2ban-server --help". +#FAIL2BAN_OPTIONS="-x" diff --git a/files/fail2ban-openrc.init.in b/files/fail2ban-openrc.init.in new file mode 100755
