From 9f1687ecb98131c33b11335c842822a0619fcf13 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Sat, 5 Jul 2014 16:56:02 +0200 Subject: [PATCH] guardian: Remove output for used OS. IPFire is based on Linux so there is no need to provide such an info. --- config/guardian/guardian.pl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config/guardian/guardian.pl b/config/guardian/guardian.pl index 71e04d8d27..e8ce23c80b 100644 --- a/config/guardian/guardian.pl +++ b/config/guardian/guardian.pl @@ -7,10 +7,6 @@ # Added SSH-Watch for SSH-Bruteforce Attacks # An suppected IP will be blocked on all interfaces -$OS=`uname`; -chomp $OS; -print "OS shows $OS\n"; - require 'getopts.pl'; $guardianctrl = "/usr/local/bin/guardianctrl"; -- 2.39.5