From eb1357d87f7fa125b7fe58baf69faa181f0ff751 Mon Sep 17 00:00:00 2001 From: Derek Jennings Date: Tue, 27 Aug 2013 15:35:23 +0100 Subject: use reload_or_restart for bind also (cherry picked from commit 12a16ebd4b02755c733fb68af58c219283da3f9f) --- dns_wizard/Bind.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns_wizard/Bind.pm b/dns_wizard/Bind.pm index 355c5ae6..b79676e6 100644 --- a/dns_wizard/Bind.pm +++ b/dns_wizard/Bind.pm @@ -827,7 +827,7 @@ sub end_it { save_old_config(); # copy in correct place copy_good(); - services::restart_or_start('named'); + reload_or_restart('named'); } sub do_it_master { -- cgit v1.2.1