From 36a7abe82fa17ed4cb697f745a48f77afd0618c8 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sun, 15 Jul 2018 16:28:20 -0400 Subject: [PATCH] files/fail2ban-openrc.init.in: mention that "reload" doesn't drop bans. The description of the "reload" OpenRC command just said that it would reload the configuration, which is true but not totally helpful. This commit updates it to mention that your existing bans won't be dropped, in contrast with the "restart" command that does drop your bans. --- files/fail2ban-openrc.init.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/fail2ban-openrc.init.in b/files/fail2ban-openrc.init.in index f59a0a20..a2f4d34f 100755 --- a/files/fail2ban-openrc.init.in +++ b/files/fail2ban-openrc.init.in @@ -19,7 +19,7 @@ # description="Ban hosts that cause multiple authentication errors" -description_reload="reload configuration" +description_reload="reload configuration without dropping bans" extra_started_commands="reload" # Can't (and shouldn't) be changed by the end-user.