From 8ec5ab5eb9627b5968e6b52a98ff47d228de864a Mon Sep 17 00:00:00 2001
From: Till Brehm <tbrehm@ispconfig.org>
Date: Mon, 25 Apr 2016 09:06:44 -0400
Subject: [PATCH] Merge branch 'master' into 'stable-3.1'

---
 install/update.php |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/install/update.php b/install/update.php
index 8f818df..2dcb53d 100644
--- a/install/update.php
+++ b/install/update.php
@@ -378,6 +378,9 @@
 		} elseif($conf['bind']['installed'] == true) {
 			swriteln('Configuring BIND');
 			$inst->configure_bind();
+			if(!$inst->find_installed_apps('haveged')) {
+				swriteln("[INFO] haveged not detected - DNSSEC can fail");
+			}
 		} else {
 			swriteln('Configuring MyDNS');
 			$inst->configure_mydns();

--
Gitblit v1.9.1