summaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorMichael Orlitzky <michael@orlitzky.com>2018-07-15 09:11:53 -0400
committerMichael Orlitzky <michael@orlitzky.com>2018-07-15 09:11:53 -0400
commit1cec3d05b8a052423a7ef4f8205c9d63b1ce9b07 (patch)
tree7be970fe00b09969790b16b6743bdd0eb08e555f /files
parent884f708bd7f4b48c90503752d927975ba10dafbc (diff)
downloadfail2ban-1cec3d05b8a052423a7ef4f8205c9d63b1ce9b07.tar.gz
files/fail2ban-openrc.conf: remove hard-coded paths.
There were two paths mentioned in comments in the fail2ban OpenRC conf file, but those paths aren't guaranteed to be correct (until/unless we integrate the conf file with the build system). The first comment referenced the physical location of the associated init script, and in my opinion is not useful to an end user in the first place. It has been removed: OpenRC users know what this file is for, there's no reason to repeat it in a comment. The second comment contained an absolute path to fail2ban-client, and I've removed the leading path components because "fail2ban-client" is generally run from your $PATH.
Diffstat (limited to 'files')
-rw-r--r--files/fail2ban-openrc.conf4
1 files changed, 1 insertions, 3 deletions
diff --git a/files/fail2ban-openrc.conf b/files/fail2ban-openrc.conf
index 00d19f8b..1c589763 100644
--- a/files/fail2ban-openrc.conf
+++ b/files/fail2ban-openrc.conf
@@ -1,6 +1,4 @@
-# Config file for /etc/init.d/fail2ban
-#
-# For information on options, see "/usr/bin/fail2ban-client -h".
+# For available options, plase run "fail2ban-client -h".
FAIL2BAN_OPTIONS=""