Revert to vendor version. Sigh, this left the vendor branch because

of a fix for a y2k non-problem. :-(
This commit is contained in:
Peter Wemm 1999-12-11 12:42:49 +00:00
parent 6687a375a9
commit c17d50044b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=54430

View File

@ -5,6 +5,7 @@
#
# XXX -- I HATE Perl! This *will* be re-written in shell/awk/sed soon!
#
# $FreeBSD$
# Usage: log.pl [[-m user] ...] [-s] -f logfile 'dirname file ...'
#
@ -91,7 +92,7 @@ $mailcmd = "| Mail -s 'CVS update: $modulepath'";
@days = (Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday);
($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime;
$year+=1900;
$year += 1900;
# get a login name for the guy doing the commit....
#