Florian Schaal
2016-05-03 57e9825aa79a2718be6184ee25c28a652789aa65
install/install.php
@@ -344,12 +344,13 @@
      $conf['services']['dns'] = true;
   }
*/
   //* Configure Bind
   if($conf['bind']['installed']) {
      swriteln('Configuring BIND');
      $inst->configure_bind();
      $conf['services']['dns'] = true;
      if(!$inst->find_installed_apps('haveged')) {
      if(!is_installed('haveged')) {
         swriteln("[INFO] haveged not detected - DNSSEC can fail");
      }
   }
@@ -732,7 +733,7 @@
         swriteln('Configuring BIND');
         $inst->configure_bind();
         $conf['services']['dns'] = true;
         if(!$inst->find_installed_apps('haveged')) {
         if(!is_installed('haveged')) {
            swriteln("[INFO] haveged not detected - DNSSEC can fail");
         }
      }