From eb58e90ba9ccd049fae8bd92d8f828df6fdb287e Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sun, 15 Jul 2018 09:17:29 -0400 Subject: files/fail2ban-openrc.conf: remove a commented example setting. Our OpenRC conf file already tells users how to find the available options that can be placed in the FAIL2BAN_OPTIONS variable, so having a specific example of, FAIL2BAN_OPTIONS="-x" doesn't provide much more information. In fact, it makes you wonder why it's there in the first place: does the init script have some kind of problem with stale sockets? It used to, but that problem has been fixed. This commit removes the redundant example. --- files/fail2ban-openrc.conf | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'files') diff --git a/files/fail2ban-openrc.conf b/files/fail2ban-openrc.conf index 1c589763..1a2450e2 100644 --- a/files/fail2ban-openrc.conf +++ b/files/fail2ban-openrc.conf @@ -1,6 +1,2 @@ # For available options, plase run "fail2ban-client -h". - -FAIL2BAN_OPTIONS="" - -# Force execution of the server even if the socket already exists: -#FAIL2BAN_OPTIONS="-x" +#FAIL2BAN_OPTIONS="" -- cgit v1.2.1