From e44ec98e1548598510348b10b3ae7c289dc763c0 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Mon, 26 Sep 2011 04:18:47 -0400
Subject: [PATCH] Fixed: FS#1754 - Fatal error during installation on non-Debian/Ubuntu systems - I had to remove the fail2ban caonfig for now as its incomplete and adds rules for dovecot on courier systems. It is planned to add a complete fail2ban configuration in one of the next releases.

---
 install/sql/incremental/upd_0011.sql |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/install/sql/incremental/upd_0011.sql b/install/sql/incremental/upd_0011.sql
new file mode 100644
index 0000000..f7d2816
--- /dev/null
+++ b/install/sql/incremental/upd_0011.sql
@@ -0,0 +1,2 @@
+-- use text for groups
+ALTER TABLE `sys_user` CHANGE `groups` `groups` TEXT;

--
Gitblit v1.9.1