From 60a1f203023639dd5e60c5989a09f3b409a4d71f Mon Sep 17 00:00:00 2001 From: root Date: Sat, 31 Mar 2007 22:21:13 +0200 Subject: [PATCH] Timestamp named.pl too. --- config/make-named.pl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/make-named.pl b/config/make-named.pl index 91efaa9..5f999ab 100755 --- a/config/make-named.pl +++ b/config/make-named.pl @@ -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 () { } 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"; -- 2.39.2