From 78dddb75e6f3f8f433a6f08add13bffbad90fc7c Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sun, 15 Jul 2018 18:28:37 -0400 Subject: files/fail2ban-openrc.init.in: add a comment about @RUNDIR@ in the future. --- files/fail2ban-openrc.init.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'files') diff --git a/files/fail2ban-openrc.init.in b/files/fail2ban-openrc.init.in index 20465254..2c56ee3a 100755 --- a/files/fail2ban-openrc.init.in +++ b/files/fail2ban-openrc.init.in @@ -23,6 +23,10 @@ description_reload="reload configuration without dropping bans" extra_started_commands="reload" # Can't (and shouldn't) be changed by the end-user. +# +# Note that @BINDIR@ is already supplied by the build system. Some +# day, it might be nice to have @RUNDIR@ supplied by the build system +# as well, so that we don't have to hard-code /run here. FAIL2BAN_RUNDIR="/run/${RC_SVCNAME}" FAIL2BAN_SOCKET="${FAIL2BAN_RUNDIR}/${RC_SVCNAME}.sock" -- cgit v1.2.1