summaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorMichael Orlitzky <michael@orlitzky.com>2018-07-15 09:17:29 -0400
committerMichael Orlitzky <michael@orlitzky.com>2018-07-15 09:17:29 -0400
commiteb58e90ba9ccd049fae8bd92d8f828df6fdb287e (patch)
treed78428523bd9222b24e8975dc6687c2703d7d2dc /files
parent1cec3d05b8a052423a7ef4f8205c9d63b1ce9b07 (diff)
downloadfail2ban-eb58e90ba9ccd049fae8bd92d8f828df6fdb287e.tar.gz
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.
Diffstat (limited to 'files')
-rw-r--r--files/fail2ban-openrc.conf6
1 files changed, 1 insertions, 5 deletions
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=""