From 97e34693520ff13929051c3b5307e1db56669d1a Mon Sep 17 00:00:00 2001
From: Tomas Plesnik <plesnik@ics.muni.cz>
Date: Wed, 9 Jan 2013 13:17:35 +0100
Subject: [PATCH] smazan bily znak pri generovani warden-server.conf

---
 src/warden-server/sh/install.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/warden-server/sh/install.sh b/src/warden-server/sh/install.sh
index b563151..70a7feb 100755
--- a/src/warden-server/sh/install.sh
+++ b/src/warden-server/sh/install.sh
@@ -234,7 +234,7 @@ make_server_conf()
 #-------------------------------------------------------------------------------
 # VALID_STRINGS - validation hash containing allowed event attributes
 #-------------------------------------------------------------------------------
-%VALID_STRINGS = ( 
+%VALID_STRINGS = (
   \"type\" => [\"portscan\", \"bruteforce\", \"probe\", \"spam\", \"phishing\", \"botnet_c_c\", \"dos\", \"malware\", \"copyright\", \"webattack\", \"test\", \"other\", \"_any_\"],
   \"source_type\" => [\"IP\", \"URL\", \"Reply-To:\"]
 );" > $server_conf 2> $err; ret_val=`echo $?`
-- 
GitLab