Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!rutgers!ames!oliveb!sun!gorodish!guy From: guy@gorodish.UUCP Newsgroups: comp.unix.questions Subject: Re: Sun's OS 3.2 `finger' (was Re: why learn UNIX) Message-ID: <12906@sun.uucp> Date: Sun, 8-Feb-87 18:32:50 EST Article-I.D.: sun.12906 Posted: Sun Feb 8 18:32:50 1987 Date-Received: Mon, 9-Feb-87 04:50:48 EST References: <1993@batcomputer.tn.cornell.edu> <1035@sfsup.UUCP> <297@hscfvax.UUCP> <797@smeagol.JPL.NASA.GOV> <1734@cit-vax.Caltech.Edu> Sender: news@sun.uucp Reply-To: guy@sun.UUCP (Guy Harris) Organization: Sun Microsystems, Mountain View Lines: 13 >For hardwired terminals, why not display the terminal location in this field? The 4.3BSD manual page for TTYS(5) says: If the line ends with a comment, the comment is included in the "ty_comment" field of the ttyent structure. and, in the examples it gives, shows office names in the comment fields on some lines. (S5 uses a similar hack; if the command line on an "/etc/inittab" entry contains a comment, the text of the comment is printed by "who" for that line.) The 4.3BSD "finger" doesn't use this, but it's a (fairly) simple change to make "finger" use it.