home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / fingercl.zip / readme < prev    next >
Text File  |  1997-08-29  |  2KB  |  44 lines

  1. What is it?
  2.  
  3. This is a stripped-down version of GNU finger 1.37 --- the client
  4. only, to be precise --- which is provided as  a  replacement  for
  5. the finger.exe that comes with OS/2 IAK/tcp/ip. The latter unfor-
  6. tunately doesn't offer the '-l' option, amongst other things.
  7.  
  8.  
  9. In order to make this thing more or  less  stable,  a  number  of
  10. things had to be taken out, such as the support for faces. In ad-
  11. dition, I haven't included support for `long' (i.e. --lotstotype)
  12. options,  as  I  can't  see the point in having them with a small
  13. utility like this one.
  14.  
  15.  
  16. If you compile it with the -DINFO_IS_DEFAULT switch it will start
  17. up  in  `long  info'  mode  (not a good idea in my view, but then
  18. again, who am I?).  If you don't like the current appearance, re-
  19. compile it with -DERROR_HANDLER for more conventional feedback.
  20.  
  21.  
  22. Under  emx/gcc  0.9c it compiles with a few warnings, which to my
  23. mind are harmless (the usual incompatible pointer type blah,  and
  24. a few others ...)
  25.  
  26.  
  27. Also  included is the `safe_finger' utility from SATAN, which ba-
  28. sically acts as a wrapper for finger.  This program needs to know
  29. the  location of finger.exe (specified in sf.h). I you don't have
  30. sed, you'll have to edit this by hand.
  31.  
  32. Rights, licences etc:
  33.  
  34. As stipulated by the originators of the sources (i.e. GPL for the
  35. GNU stuff, no idea regarding safe_finger).
  36.  
  37. Suggestions  and bugfixes can be sent to <olafz@gold.ac.uk>, com-
  38. plaints are best directed at your favourite airline.
  39.  
  40.  
  41. To  install,  type  `configure', followed by `make', and see what
  42. happens.
  43.  
  44.