GNOME Bugzilla – Bug 82906
Should support --lastlog and --nolastlog
Last modified: 2004-12-22 21:47:04 UTC
Should support controlling whether the lastlog records are updated or not.
The command line option should not be needed, it's done via profiles, see bug 82904. I see now though that zvt_term_forkpty() takes a mask for which records to update, rather than a boolean for whether to update records. So that would involve a UI change, but even without the UI change the current code is broken. I need someone to explain when the various records are used, and what the default settings for whether to use them should be. Should these be preferences or configure-time checks for specific operating systems.
They are always there. utmp/wtmp/lastlog/login control different things. They are all clearly documented in the xterm man page and in the 1.x gnome-terminal man page (and also rxvt, but the documentation is poor). The features in gnome-terminal 1.x are not there because I had nothing better to do. They are there because Unix users expect those features to be there.
*** This bug has been marked as a duplicate of 93906 ***