mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-22 17:30:44 -05:00
add named.port
This commit is contained in:
parent
0155ecba77
commit
f10370fd44
1 changed files with 2 additions and 0 deletions
|
|
@ -116,6 +116,8 @@ while (<CHANGES>) {
|
|||
$file_types{$_} = "BAT";
|
||||
} elsif ($base =~ /\/named\.args$/i) {
|
||||
$file_types{$_} = "X";
|
||||
} elsif ($base =~ /\/named\.port$/i) {
|
||||
$file_types{$_} = "X";
|
||||
} elsif ($base =~ /\/README$/i) {
|
||||
$file_types{$_} = "TXT.BRIEF";
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue