Bug 27050

Summary: [PATCH] Add snapshot functionality to last(1)
Product: Base System Reporter: dd <dd>
Component: binAssignee: dd <dd>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.3-RELEASE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description dd freebsd_committer freebsd_triage 2001-05-03 05:00:09 UTC
OpenBSD's last(1) has a nice snapshot feature which allows one to get
a list of users logged in at a certain date and time.  Attached is a
patch which implements this functionality in FreeBSD's last(1).
Although the majority of the patch is from OpenBSD, the delta is quite
large; our last(1) has other features that theirs doesn't.

Fix: The following patch adds a -d option which implements the above
functionality.  I sent it to -hackers and -audit, but as far as I know
nobody did anything more than skim it.  It is "Obtained from: OpenBSD".
Comment 1 dd freebsd_committer freebsd_triage 2001-05-28 02:22:51 UTC
State Changed
From-To: open->analyzed

Committed my own patch. 


Comment 2 dd freebsd_committer freebsd_triage 2001-05-28 02:22:51 UTC
Responsible Changed
From-To: freebsd-bugs->dd

My MFC reminder.
Comment 3 dd freebsd_committer freebsd_triage 2001-07-19 08:59:31 UTC
State Changed
From-To: analyzed->closed

MFC'd