2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

handle checkconf/{good,bad}-.*.conf

This commit is contained in:
Mark Andrews
2014-03-14 10:50:20 +11:00
parent 3c15417fc1
commit c3e6fbe4b7

View File

@@ -96,6 +96,8 @@ while (<CHANGES>) {
$file_types{$_} = "MAKE";
} elsif ($base =~ /\/(named|rndc|good|bad).{0,2}\.conf$/) {
$file_types{$_} = "CONF-C";
} elsif ($base =~ /\/checkconf\/(good|bad)-.*\.conf$/) {
$file_types{$_} = "CONF-C";
} elsif ($base =~ /\/resolv.?\.conf$/) {
$file_types{$_} = "CONF-SH";
} elsif ($base =~ /\.(db|hint)$/) {