X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=config%2Fmake-dhcpd.pl;h=c78b9f53c7fb41d16f7b6a01c22f13a42f60bf2d;hb=4fe36a436055f10c4bdccad828ea551a5b02a947;hp=876e5cba5c9ea3b4a6254bc82ed02377e987d983;hpb=b62bf712ce92b78ce0990a14ea22911ad6cebb9e;p=nms 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;