]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[v9_9] Remove obsolete Id lines that showed old date on generated bind.keys.h
authorEvan Hunt <each@isc.org>
Thu, 2 Feb 2017 19:16:41 +0000 (11:16 -0800)
committerEvan Hunt <each@isc.org>
Thu, 2 Feb 2017 19:16:41 +0000 (11:16 -0800)
bin/named/bind.keys.h
bin/named/bindkeys.pl
bind.keys

index 9d1ea20b2574d3f7a1e017728017d00c3abac172..be40f1cffbeac6e5184e7c3f66cd1419503b8eab 100644 (file)
@@ -1,7 +1,3 @@
-/*
- * Generated by bindkeys.pl 1.7 2011/01/04 23:47:13 tbox Exp  
- * From bind.keys 1.7 2011/01/03 23:45:07 each Exp  
- */
 #define TRUSTED_KEYS "\
 # The bind.keys file is used to override the built-in DNSSEC trust anchors\n\
 # which are included as part of BIND 9.  As of the current release, the only\n\
index 937d78b9fcb580b7ea786b6adac8c2addbeef46c..a8251a702dcb07b1de4430f2daa0f7c82628ba75 100755 (executable)
 use strict;
 use warnings;
 
-my $rev = '$Id: bindkeys.pl,v 1.7 2011/01/04 23:47:13 tbox Exp $';
-$rev =~ s/\$//g;
-$rev =~ s/,v//g;
-$rev =~ s/Id: //;
-
-my $keys = "";
-
 my $lines;
 while (<>) {
     chomp;
     if (/\/\* .Id:.* \*\//) {
-       $keys = $_;
        next;
     }
     s/\"/\\\"/g;
@@ -38,13 +30,6 @@ while (<>) {
     $lines .= $_ . "\n";
 }
 
-$keys =~ s/\$//g;
-$keys =~ s/\/\* Id: //;
-$keys =~ s/\*\/.*//;
-$keys =~ s/,v//;
-
-print "/*\n * Generated by $rev \n * From $keys\n */\n";
-
 my $mkey = '#define MANAGED_KEYS "\\' . "\n" . $lines . "\"\n";
 
 $lines =~ s/managed-keys/trusted-keys/;
index 80523ad782b3e81d1b77c7b6f28c1c493f65d6a9..7ed690e4d39ed610b18d26f1d91e8e3aa6f6f137 100644 (file)
--- a/bind.keys
+++ b/bind.keys
@@ -1,4 +1,3 @@
-/* $Id: bind.keys,v 1.7 2011/01/03 23:45:07 each Exp $ */
 # The bind.keys file is used to override the built-in DNSSEC trust anchors
 # which are included as part of BIND 9.  As of the current release, the only
 # trust anchors it contains are those for the DNS root zone ("."), and for