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.
This commit is contained in:
Michael Orlitzky 2018-07-15 09:17:29 -04:00
parent 1cec3d05b8
commit eb58e90ba9

View file

@ -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=""