]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
.md for MKD
authorMark Andrews <marka@isc.org>
Thu, 26 Oct 2017 23:40:32 +0000 (10:40 +1100)
committerMark Andrews <marka@isc.org>
Thu, 26 Oct 2017 23:40:32 +0000 (10:40 +1100)
util/merge_copyrights

index 517265570eee4e3c3eeb797f09d2fb6ac2b72f56..068f20be24696165726cb4f13bee56e9d730cca3 100644 (file)
@@ -97,7 +97,7 @@ while (<CHANGES>) {
            $file_types{$_} = "CONF-SH";
        } elsif ($base =~ /\.(db|hint)$/) {
            $file_types{$_} = "ZONE";
-       } elsif ($base =~ /\.mkd$/) {
+       } elsif ($base =~ /\.md$/) {
            $file_types{$_} = "MKD";
        } elsif ($base =~ /(\/\.(gitignore|gitattributes)|Atffile|\.(gif|jpg))$/i) {
            $file_types{$_} = "X";