From 884f708bd7f4b48c90503752d927975ba10dafbc Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sun, 15 Jul 2018 09:07:28 -0400 Subject: [PATCH] fail2ban/files: rename "gentoo" files to "openrc". We ship a service script and configuration file for "gentoo" that are actually more generally applicable: they work on any system where OpenRC is used. This commit simply renames the files from "gentoo" to "openrc" to reflect the fact that they are in no way Gentoo-specific. --- MANIFEST | 4 ++-- files/{gentoo-confd => fail2ban-openrc.conf} | 0 files/{gentoo-initd => fail2ban-openrc.init} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename files/{gentoo-confd => fail2ban-openrc.conf} (100%) rename files/{gentoo-initd => fail2ban-openrc.init} (100%) diff --git a/MANIFEST b/MANIFEST index 3ea2816b..ca9be123 100644 --- a/MANIFEST +++ b/MANIFEST @@ -375,8 +375,8 @@ files/fail2ban.service.in files/fail2ban-tmpfiles.conf files/fail2ban.upstart files/gen_badbots -files/gentoo-confd -files/gentoo-initd +files/fail2ban-openrc.conf +files/fail2ban-openrc.init files/ipmasq-ZZZzzz_fail2ban.rul files/logwatch/fail2ban files/logwatch/fail2ban-0.8.log diff --git a/files/gentoo-confd b/files/fail2ban-openrc.conf similarity index 100% rename from files/gentoo-confd rename to files/fail2ban-openrc.conf diff --git a/files/gentoo-initd b/files/fail2ban-openrc.init similarity index 100% rename from files/gentoo-initd rename to files/fail2ban-openrc.init