File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 328328 } else swriteln ('[ERROR] Postfix not installed - skipping Mail ' );
329329
330330 //* Check for DNS
331- if (!$ conf ['powerdns ' ]['installed ' ] && !$ conf ['bind ' ]['installed ' ] && !$ conf ['mydns ' ]['installed ' ]) {
332- $ conf ['powerdns ' ]['installed ' ] = $ inst ->force_configure_app ('PowerDNS ' , false );
331+ // if(!$conf['powerdns']['installed'] && !$conf['bind']['installed'] && !$conf['mydns']['installed']) {
332+ if (!$ conf ['bind ' ]['installed ' ] && !$ conf ['mydns ' ]['installed ' ]) {
333+ // $conf['powerdns']['installed'] = $inst->force_configure_app('PowerDNS', false);
333334 $ conf ['bind ' ]['installed ' ] = $ inst ->force_configure_app ('BIND ' , false );
334335 $ conf ['mydns ' ]['installed ' ] = $ inst ->force_configure_app ('MyDNS ' , false );
335336 }
336337 //* Configure PowerDNS
338+ /*
337339 if($conf['powerdns']['installed']) {
338340 swriteln('Configuring PowerDNS');
339341 $inst->configure_powerdns();
340342 $conf['services']['dns'] = true;
341343 }
344+ */
342345 //* Configure Bind
343346 if ($ conf ['bind ' ]['installed ' ]) {
344347 swriteln ('Configuring BIND ' );
You can’t perform that action at this time.
0 commit comments