From f80420a0a4d31139b559385ab2478e04e243de4a Mon Sep 17 00:00:00 2001 From: Philippe Pittoli Date: Thu, 8 May 2014 18:19:29 +0200 Subject: [PATCH] =?UTF-8?q?notify=20apr=C3=A8s=20un=20reload?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/zone/rndc_interface.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/app/zone/rndc_interface.pm b/app/zone/rndc_interface.pm index 4d564a1..9034e6f 100644 --- a/app/zone/rndc_interface.pm +++ b/app/zone/rndc_interface.pm @@ -8,6 +8,7 @@ has [ qw/data/ ] => qw/is ro required 1/; sub reload { my ($self, $zname) = @_; system("rndc reload $zname 2>/dev/null 1>/dev/null"); + system("rndc notify $zname 2>/dev/null 1>/dev/null"); } sub addzone {