home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / linux / 23202 < prev    next >
Encoding:
Text File  |  1993-01-08  |  1.2 KB  |  29 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!wupost!newsfeed.rice.edu!rice!corywest
  3. From: corywest@is.rice.edu (Cory West)
  4. Subject: Re: AAAAAAGHHHHHH! Wake up fingerd!
  5. In-Reply-To: mfrankow@hamline.edu's message of Fri, 8 Jan 1993 03:53:15 GMT
  6. Message-ID: <CORYWEST.93Jan8041131@rio-grande.is.rice.edu>
  7. Sender: news@rice.edu (News)
  8. Organization: Well, none really, but I know where my socks are!
  9. References: <21.2B4A0D69@purplet.demon.co.uk> <1993Jan8.035315.8607@uc.msc.edu>
  10. Date: Fri, 8 Jan 1993 10:11:31 GMT
  11. Lines: 16
  12.  
  13. In article <1993Jan8.035315.8607@uc.msc.edu> 
  14. mfrankow@hamline.edu (Mike Frankowski) writes:
  15.  
  16. >  Easy to anser I think (if I am correct that is)
  17. >  ln -s /usr/bin/finger /usr/local/bin/finger
  18. >  and it should then work.
  19.  
  20.     To take the black magic out of the fix, this works, because 
  21. fingerd (and this is in the readme if you grab the source) needs to 
  22. know the location of finger at compile time.  Since the location of 
  23. finger is assumed to be /usr/bin/finger at compile time, this dependency 
  24. gets compiled into the binary.  Make a link from finger on your system
  25. to /usr/bin/finger and things should go.  If not, grab the source
  26. for fingerd, read the readme, and recompile (the source is small).
  27.  
  28.             Cory West
  29.