File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 344344 $conf['services']['dns'] = true;
345345 }
346346*/
347+
347348 //* Configure Bind
348349 if ($ conf ['bind ' ]['installed ' ]) {
349350 swriteln ('Configuring BIND ' );
350351 $ inst ->configure_bind ();
351352 $ conf ['services ' ]['dns ' ] = true ;
352- if (!$ inst -> find_installed_apps ('haveged ' )) {
353+ if (!is_installed ('haveged ' )) {
353354 swriteln ("[INFO] haveged not detected - DNSSEC can fail " );
354355 }
355356 }
732733 swriteln ('Configuring BIND ' );
733734 $ inst ->configure_bind ();
734735 $ conf ['services ' ]['dns ' ] = true ;
735- if (!$ inst -> find_installed_apps ('haveged ' )) {
736+ if (!is_installed ('haveged ' )) {
736737 swriteln ("[INFO] haveged not detected - DNSSEC can fail " );
737738 }
738739 }
Original file line number Diff line number Diff line change 378378 } elseif ($ conf ['bind ' ]['installed ' ] == true ) {
379379 swriteln ('Configuring BIND ' );
380380 $ inst ->configure_bind ();
381- if (!$ inst -> find_installed_apps ('haveged ' )) {
381+ if (!is_installed ('haveged ' )) {
382382 swriteln ("[INFO] haveged not detected - DNSSEC can fail " );
383383 }
384384 } else {
You can’t perform that action at this time.
0 commit comments