From f81ad40949730ced09cfec2ba837da31d11957cb Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Thu, 2 May 2013 01:42:16 +0200 Subject: [PATCH] rename ban script to smeserver-fail2ban --- root/etc/fail2ban/action.d/smeserver.conf | 4 ++-- root/sbin/e-smith/{sme-fail2ban => smeserver-fail2ban} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename root/sbin/e-smith/{sme-fail2ban => smeserver-fail2ban} (100%) diff --git a/root/etc/fail2ban/action.d/smeserver.conf b/root/etc/fail2ban/action.d/smeserver.conf index d41215d..16e5a3d 100644 --- a/root/etc/fail2ban/action.d/smeserver.conf +++ b/root/etc/fail2ban/action.d/smeserver.conf @@ -1,8 +1,8 @@ [Definition] -actionban = /sbin/e-smith/sme-fail2ban --host= --proto= --port= -actionunban = /sbin/e-smith/sme-fail2ban --host= --unban --proto= --port= +actionban = /sbin/e-smith/smeserver-fail2ban --host= --proto= --port= +actionunban = /sbin/e-smith/smeserver-fail2ban --host= --unban --proto= --port= [Init] protocol = undef diff --git a/root/sbin/e-smith/sme-fail2ban b/root/sbin/e-smith/smeserver-fail2ban similarity index 100% rename from root/sbin/e-smith/sme-fail2ban rename to root/sbin/e-smith/smeserver-fail2ban