mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-03 16:15:27 +00:00
handle named.args
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
# PERFORMANCE OF THIS SOFTWARE.
|
# PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
# $Id: merge_copyrights,v 1.41 2011/03/01 23:48:07 tbox Exp $
|
# $Id: merge_copyrights,v 1.42 2011/10/11 00:46:46 marka Exp $
|
||||||
|
|
||||||
%file_types = ();
|
%file_types = ();
|
||||||
%file_years = ();
|
%file_years = ();
|
||||||
@@ -90,6 +90,8 @@ while (<FILES>) {
|
|||||||
$file_types{$_} = "X";
|
$file_types{$_} = "X";
|
||||||
} elsif ($base =~ /\.bat$/i) {
|
} elsif ($base =~ /\.bat$/i) {
|
||||||
$file_types{$_} = "BAT";
|
$file_types{$_} = "BAT";
|
||||||
|
} elsif ($base =~ /\/named\.args$/i) {
|
||||||
|
$file_types{$_} = "X";
|
||||||
} else {
|
} else {
|
||||||
$file_types{$_} = "?";
|
$file_types{$_} = "?";
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user