Module Name: src Committed By: kim Date: Wed May 6 13:47:40 UTC 2020
Modified Files: src/usr.sbin/lastlogin: lastlogin.c Log Message: If the passwd entry is not found for a lastlogx entry, cons up a fake struct passwd where pw_name is the numeric uid in parentheses. This was already implemented for lastlog entries in revision 1.13. If -n is specified more than once, also print the user numerically (ie, uid instead of username) for lastlog entries. This was already implemented for lastlogx entries in revision 1.13. Reorder the lastlogx host name numeric condition so it better matches the user name numeric condition. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/usr.sbin/lastlogin/lastlogin.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.