From 223db182458b25cff38b2bf9d9bd9c2323c89587 Mon Sep 17 00:00:00 2001 From: Roy Sindre Norangshol Date: Sat, 12 Apr 2014 00:48:26 +0200 Subject: Rename ::config::sec_a to ::config::sec_hostname as the value is the server's hostname. --- tools/make-missing-conf.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/make-missing-conf.pl') diff --git a/tools/make-missing-conf.pl b/tools/make-missing-conf.pl index 326a978..3c4a05f 100755 --- a/tools/make-missing-conf.pl +++ b/tools/make-missing-conf.pl @@ -47,7 +47,7 @@ my $pri_hostname = $nms::config::pri_hostname; my $pri_ptr = $nms::config::pri_ptr; my $pri_v6 = $nms::config::pri_v6; -my $sec_a = $nms::config::sec_a; +my $sec_hostname = $nms::config::sec_hostname; my $sec_ptr = $nms::config::sec_ptr; my $sec_v6 = $nms::config::sec_v6; @@ -147,7 +147,7 @@ while ( ) 3600 ) ; minimum and default TTL IN NS $pri_hostname.$tgname.gathering.org. - IN NS $sec_a.$tgname.gathering.org. + IN NS $sec_hostname.$tgname.gathering.org. \$ORIGIN $name.$tgname.gathering.org. EOF close ZFILE; -- cgit v1.2.3