Bug 190133 - [patch] last(1) still mentiones non-existing wtmp
Summary: [patch] last(1) still mentiones non-existing wtmp
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: 9.2-STABLE
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-23 07:40 UTC by Eugene Grosbein
Modified: 2015-03-31 21:30 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (377 bytes, patch)
2014-05-23 07:40 UTC, Eugene Grosbein
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eugene Grosbein 2014-05-23 07:40:00 UTC
	Modern versions of FreeBSD moved from wtmp to utx.log
	and last(1) deals with utx.log but still prints "wtmp begins ..."
	at the end of output.

	Also, "last -f filename" does not affect this output but it should.

How-To-Repeat: 	Run "last".
Comment 1 Jilles Tjoelker freebsd_committer freebsd_triage 2015-03-31 21:30:59 UTC
This was fixed before 10.0 in SVN r230458. This was not MFC'ed to older branches.