mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-15 22:09:31 -04:00
README gets TXT.BRIEF
This commit is contained in:
parent
8aa098c633
commit
d3347bd01b
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 =~ /\/README$/i) {
|
||||
$file_types{$_} = "TXT.BRIEF";
|
||||
} else {
|
||||
$file_types{$_} = "?";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue