]> git.sesse.net Git - nms/commitdiff
Timestamp named.pl too.
authorroot <root@sysrq>
Sat, 31 Mar 2007 20:21:13 +0000 (22:21 +0200)
committerroot <root@sysrq>
Sat, 31 Mar 2007 20:21:13 +0000 (22:21 +0200)
config/make-named.pl

index 91efaa954d21293309be04f15e3afa64bb12f443..5f999ab44cf523174841e87236ec1c358ec8fa82 100755 (executable)
@@ -1,6 +1,9 @@
 #! /usr/bin/perl -w
 use strict;
 
+my $date = `date --rfc-2822`;
+chomp $date;
+
 # les inn nettnavn
 my %netnames = ();
 my %netmasks = ();
@@ -16,7 +19,7 @@ while (<NAMES>) {
 }
 
 print <<"EOF";
-// Autogenerated by make-named.pl. Do not edit manually! 
+// Autogenerated by make-named.pl at $date. Do not edit manually! 
 
 options {
         directory "/etc/bind";