From 274b8a6882fb18ca9c50dea939c0bff90d392f42 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Wed, 27 Oct 2010 11:43:22 +0000 Subject: - fix error in dns declaration zone --- modules/bind/templates/named_master.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/bind/templates/named_master.conf b/modules/bind/templates/named_master.conf index 27808060..993a71b3 100644 --- a/modules/bind/templates/named_master.conf +++ b/modules/bind/templates/named_master.conf @@ -1,4 +1,4 @@ -inclzone "mageia.org" IN { +zone "mageia.org" IN { type master; file "master/mageia.org"; allow-update { none; }; -- cgit v1.2.1