]> git.sesse.net Git - nms/blobdiff - config/make-named-secondary.pl
Fix a syntax error.
[nms] / config / make-named-secondary.pl
index bef5aa260317a37cb22278c92c433b9ac40d7eaf..38fda02b1a5d5684ed9352a22c52689adb5b0d06 100755 (executable)
@@ -16,7 +16,7 @@ while (<NAMES>) {
 }
 
 print <<"EOF";
-// Autogenerated by make-named.pl. Do not edit manually! 
+// Autogenerated by make-named-secondary.pl. Do not edit manually! 
 
 options {
         directory "/etc/bind";
@@ -40,7 +40,7 @@ zone "0.0.127.in-addr.arpa" {
 zone "tg06.gathering.org" {
        type slave;
        notify no;
-       masters { 194.0.254.2 };
+       masters { 194.0.254.2; };
        file "tg06.gathering.org";
 };
 
@@ -48,7 +48,7 @@ zone "tg06.gathering.org" {
 zone "255.0.194.in-addr.arpa" {
        type slave;
        notify no;
-       masters { 194.0.254.2 };
+       masters { 194.0.254.2; };
        file "255.0.194.in-addr.arpa";
        allow-transfer { 194.0.255.2; 193.0.0.0/22; };
 };
@@ -56,7 +56,7 @@ zone "255.0.194.in-addr.arpa" {
 zone "0.194.in-addr.arpa" {
        type slave;
        notify no;
-       masters { 194.0.254.2 };
+       masters { 194.0.254.2; };
        allow-update { key DHCP_UPDATER; };
        file "dynamic/0.194.in-addr.arpa";      
        allow-transfer { 194.19.3.20; 194.0.255.2; 193.0.0.0/22; };
@@ -83,7 +83,7 @@ for my $net (@nets) {
 zone "$d.tg06.gathering.org" {
        type slave;
        notify no;
-       masters { 194.0.254.2 };
+       masters { 194.0.254.2; };
        allow-update { key DHCP_UPDATER; };
        file "dynamic/$d.tg06.gathering.org";
        allow-transfer { 194.19.3.20; 194.0.255.2; };