diff options
author | Roy Sindre Norangshol <roy.sindre@norangshol.no> | 2014-04-12 00:48:26 +0200 |
---|---|---|
committer | Roy Sindre Norangshol <roy.sindre@norangshol.no> | 2014-04-12 01:27:00 +0200 |
commit | 223db182458b25cff38b2bf9d9bd9c2323c89587 (patch) | |
tree | c75b36369aee81856f462d0f0eede3b345baa1bb /tools/make-missing-conf.pl | |
parent | 5fae740119c0aa4c1811dda9e707c647a95f59fe (diff) |
Rename ::config::sec_a to ::config::sec_hostname as the value is the server's hostname.
Diffstat (limited to 'tools/make-missing-conf.pl')
-rwxr-xr-x | tools/make-missing-conf.pl | 4 |
1 files changed, 2 insertions, 2 deletions
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 ( <STDIN> ) 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; |