From e1ceb050e19c7574bca146a8da7047ee4ff456b5 Mon Sep 17 00:00:00 2001
From: Marius Burkard <m.burkard@pixcept.de>
Date: Sun, 10 Jul 2016 05:02:35 -0400
Subject: [PATCH] Merge branch 'stable-3.1'

---
 install/dist/lib/centos72.lib.php |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/install/dist/lib/ubuntu1604.lib.php b/install/dist/lib/centos72.lib.php
similarity index 83%
rename from install/dist/lib/ubuntu1604.lib.php
rename to install/dist/lib/centos72.lib.php
index 7aba0dc..3dcd749 100644
--- a/install/dist/lib/ubuntu1604.lib.php
+++ b/install/dist/lib/centos72.lib.php
@@ -1,7 +1,7 @@
 <?php
 
 /*
-Copyright (c) 2016, Till Brehm, ISPConfig UG
+Copyright (c) 2014, Till Brehm, ISPConfig UG
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without modification,
@@ -28,8 +28,13 @@
 EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 */
 
-class installer extends installer_base {
+require_once realpath(dirname(__FILE__)) . '/centos_base.lib.php';
 
+class installer extends installer_centos {
+
+	protected $clamav_socket = '/var/run/clamd.amavisd/clamd.sock';
+	
+	// everything else is inherited from installer_centos class
 }
 
 ?>

--
Gitblit v1.9.1