home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume1 / 8707 / 62 / README < prev    next >
Encoding:
Text File  |  1990-07-13  |  1.2 KB  |  33 lines

  1. 21-Jul-1987
  2.  
  3. Here's a Eunice emulation of /usr/ucb/finger. I've attempted to make it
  4. not depend on local features of the Eunice I run, but I'm sure people
  5. with older versions of Eunice will have some difficulty getting it to
  6. run. (I have the 4.3 BSD Eunice and use this program under VMS V4.5.)
  7.  
  8. This program requires CMKRNL, WORLD, and NETMBX for normal use. Since
  9. it uses CMKRNL too look at kernel data structures (to get things like
  10. idle time and network location), I highly recommend that you test it on
  11. an unused system since simple errors in the building of this program
  12. can crash your machine.
  13.  
  14. This version of finger displays username, real name, terminal, idle and
  15. login time, and location. Terminals with broadcasts disabled are noted
  16. with an asterisk. It uses getpwent() to get the real name. Hardwired
  17. port locations are found in /etc/locations which looks similar this:
  18.  
  19.     opa0:,Console
  20.     tta0:,Machine room vt100
  21.     tta1:,Machine room vt100
  22.     tta2:,Dialup 666-1234
  23.     tta3:,Dialup 666-1235
  24.     tta4:,Portselector
  25.     tta5:,Portselector
  26.     tta6:,
  27.     tta7:,Craig's office
  28.  
  29. Internet locations are determined by consulting gethostbyaddr().
  30. DECnet locations are determined by consulting NETACP.
  31.  
  32.         Craig
  33.