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

handle named.args

This commit is contained in:
Mark Andrews
2011-10-11 00:46:46 +00:00
parent 4f803dd91d
commit 43b3337ba5

View File

@@ -15,7 +15,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# 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_years = ();
@@ -90,6 +90,8 @@ while (<FILES>) {
$file_types{$_} = "X";
} elsif ($base =~ /\.bat$/i) {
$file_types{$_} = "BAT";
} elsif ($base =~ /\/named\.args$/i) {
$file_types{$_} = "X";
} else {
$file_types{$_} = "?";
}