Module Name: src
Committed By: sborrill
Date: Thu Mar 15 08:50:59 UTC 2012
Modified Files:
src/doc [netbsd-5]: CHANGES-5.2
Log Message:
Ticket #1744
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.144 -r1.1.2.145 src/doc/CHANGES-5.2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-5.2
diff -u src/doc/CHANGES-5.2:1.1.2.144 src/doc/CHANGES-5.2:1.1.2.145
--- src/doc/CHANGES-5.2:1.1.2.144 Fri Mar 2 17:43:03 2012
+++ src/doc/CHANGES-5.2 Thu Mar 15 08:50:59 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.2,v 1.1.2.144 2012/03/02 17:43:03 riz Exp $
+# $NetBSD: CHANGES-5.2,v 1.1.2.145 2012/03/15 08:50:59 sborrill Exp $
A complete list of changes from the NetBSD 5.1 release to the NetBSD 5.2
release:
@@ -6082,3 +6082,11 @@ share/zoneinfo/zone.tab patch
Update to tzdata2012b.
[apb, ticket #1734]
+usr.bin/last/want.c 1.15-1.16
+
+ Keep track of the timestamp of the last (thus oldest) record
+ seen and use it to print "wtmp[x] begins" at the end. When the
+ wtmp file is empty, use the last mod time of the wtmp file.
+ Fixes PR/39444.
+ [dholland, ticket #1744]
+