]> git.sesse.net Git - nms/commitdiff
Changed the year in dhcptail.pl.
authorSteinar H. Gunderson <sesse@samfundet.no>
Wed, 29 Mar 2006 12:34:58 +0000 (12:34 +0000)
committerSteinar H. Gunderson <sesse@samfundet.no>
Wed, 29 Mar 2006 12:34:58 +0000 (12:34 +0000)
clients/dhcptail.pl

index 044c81750e3b14d86d1a889bdbdb834c1c41b6b5..50a51b9feef7aa3804b06ec3cee6fae0a23b0ce0 100755 (executable)
@@ -5,7 +5,7 @@ use strict;
 use warnings;
 
 # WARNING: CHANGE THIS! :-P
-my $year = 2005;
+my $year = 2006;
 
 my %months = (
        Jan => 1,