mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 15:45:25 +00:00
handle checkconf/{good,bad}-.*.conf
This commit is contained in:
@@ -96,6 +96,8 @@ while (<CHANGES>) {
|
|||||||
$file_types{$_} = "MAKE";
|
$file_types{$_} = "MAKE";
|
||||||
} elsif ($base =~ /\/(named|rndc|good|bad).{0,2}\.conf$/) {
|
} elsif ($base =~ /\/(named|rndc|good|bad).{0,2}\.conf$/) {
|
||||||
$file_types{$_} = "CONF-C";
|
$file_types{$_} = "CONF-C";
|
||||||
|
} elsif ($base =~ /\/checkconf\/(good|bad)-.*\.conf$/) {
|
||||||
|
$file_types{$_} = "CONF-C";
|
||||||
} elsif ($base =~ /\/resolv.?\.conf$/) {
|
} elsif ($base =~ /\/resolv.?\.conf$/) {
|
||||||
$file_types{$_} = "CONF-SH";
|
$file_types{$_} = "CONF-SH";
|
||||||
} elsif ($base =~ /\.(db|hint)$/) {
|
} elsif ($base =~ /\.(db|hint)$/) {
|
||||||
|
Reference in New Issue
Block a user