From 9376d70f0ccba49ead95ef47f0ecba568ea2d6e1 Mon Sep 17 00:00:00 2001
From: Marius Burkard <m.burkard@pixcept.de>
Date: Mon, 23 May 2016 04:35:50 -0400
Subject: [PATCH] - added example for REST api

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

diff --git a/install/update.php b/install/update.php
index 8f818df..94de945 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(!is_installed('haveged')) {
+				swriteln("[INFO] haveged not detected - DNSSEC can fail");
+			}
 		} else {
 			swriteln('Configuring MyDNS');
 			$inst->configure_mydns();

--
Gitblit v1.9.1