]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
doc/misc/*.zoneopt are X
authorMark Andrews <marka@isc.org>
Mon, 22 Jan 2018 23:36:05 +0000 (10:36 +1100)
committerMark Andrews <marka@isc.org>
Mon, 22 Jan 2018 23:36:23 +0000 (10:36 +1100)
(cherry picked from commit 7f4dfa539c5e7497076417a61bda24d649efa661)

util/merge_copyrights

index 00089c44e6cd798b9a0eec214f48955f8f9363df..bdd33c7077e7130d787495119b1fa8a0bbe06f18 100644 (file)
@@ -123,6 +123,8 @@ while (<CHANGES>) {
            $file_types{$_} = "X";
        } elsif ($base =~ /\/named\.notcp$/i) {
            $file_types{$_} = "X";
+       } elsif ($base =~ /\/doc\/misc\/[-a-z]*\.zoneopt$/i) {
+           $file_types{$_} = "X";
        } elsif ($base =~ /\/README$/i) {
            $file_types{$_} = "TXT.BRIEF";
        } else {