From: root Date: Sat, 31 Mar 2007 22:17:18 +0000 (+0200) Subject: Timestamp stuff. X-Git-Url: https://git.sesse.net/?p=nms;a=commitdiff_plain;h=4fe36a436055f10c4bdccad828ea551a5b02a947 Timestamp stuff. --- diff --git a/config/make-dhcpd.pl b/config/make-dhcpd.pl index 876e5cb..c78b9f5 100755 --- a/config/make-dhcpd.pl +++ b/config/make-dhcpd.pl @@ -1,6 +1,9 @@ #! /usr/bin/perl -w use strict; +my $date = `date --rfc-2822`; +chomp $date; + my @nets = (); open NAMES, "switches.txt" or die "switches.txt: $!"; @@ -15,7 +18,7 @@ while () { } print <<"EOF"; -# Autogenerated by make-dhcpd.pl. Do not edit manually! +# Autogenerated by make-dhcpd.pl at $date. Do not edit manually! option domain-name "tg07.gathering.org"; option domain-name-servers 87.76.254.2, 87.76.255.2;