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/pre_update.sql |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/install/sql/pre_update.sql b/install/sql/pre_update.sql
index 31e890d..cf51510 100644
--- a/install/sql/pre_update.sql
+++ b/install/sql/pre_update.sql
@@ -38,7 +38,7 @@
 DROP TABLE IF EXISTS `billing_service_class`;
 DROP TABLE IF EXISTS `billing_tax`;
 DROP TABLE IF EXISTS `client_address_book`;
-DROP TABLE IF EXISTS `domain`;
+-- DROP TABLE IF EXISTS `domain`;
 DROP TABLE IF EXISTS `domain_handle`;
 DROP TABLE IF EXISTS `domain_provider`;
 DROP TABLE IF EXISTS `domain_tld`;

--
Gitblit v1.9.1