From 1ceb5f8946266dc15e7c7e53d0af8afdede61a0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sun, 18 Jan 2015 18:24:23 +0000 Subject: [PATCH] Revert "hooks/update-zone: add command to reload pdns-recursor zones" This reverts commit 1e67ccaf9d1faf5b73c31a972ca4cc8a48b74fcf. Conflicts: hooks/update-zone --- hooks/update-zone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/update-zone b/hooks/update-zone index b95762d..772d35a 100755 --- a/hooks/update-zone +++ b/hooks/update-zone @@ -67,7 +67,7 @@ def main atomic_write(*reverse_zone(json, json["zone"]["v6_subnet"])) atomic_write(CONTAINER_DATA, JSON.pretty_generate(json)) - system("lxc-attach", "-e", "-n", DNS_CONTAINER, "--", "rec_control", "reload-zones") + system("lxc-attach", "-n", DNS_CONTAINER, "--", "rndc", "reload") end main