]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
handle namedxx.conf
authorMark Andrews <marka@isc.org>
Wed, 17 Nov 2010 03:17:12 +0000 (03:17 +0000)
committerMark Andrews <marka@isc.org>
Wed, 17 Nov 2010 03:17:12 +0000 (03:17 +0000)
util/merge_copyrights

index 95792f75eacde9374e98dae8459a9c486a941a06..ff0cbbed865271a19d15e2c0cec46fd2c9008fea 100644 (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.19.18.12 2009/06/11 23:46:03 tbox Exp $
+# $Id: merge_copyrights,v 1.19.18.13 2010/11/17 03:17:12 marka Exp $
 
 %file_types = ();
 %file_years = ();
@@ -72,7 +72,7 @@ while (<FILES>) {
            $file_types{$_} = "MAN";
        } elsif ($base =~ /\/Makefile$/) {
            $file_types{$_} = "MAKE";
-       } elsif ($base =~ /\/(named|rndc).?\.conf$/) {
+       } elsif ($base =~ /\/(named|rndc).{0,2}\.conf$/) {
            $file_types{$_} = "CONF-C";
        } elsif ($base =~ /\/resolv.?\.conf$/) {
            $file_types{$_} = "CONF-SH";