home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / vmsnet / networks / tcpip / multinet / 2386 < prev    next >
Encoding:
Text File  |  1992-11-20  |  1.1 KB  |  44 lines

  1. X-Gateway-Source-Info: INTERNET
  2. Path: sparky!uunet!usc!news.service.uci.edu!unogate!mvb.saic.com!tgv.com!info-multinet
  3. Date: 20 NOV 92 21:04:15 GMT
  4. Newsgroups: vmsnet.networks.tcp-ip.multinet
  5. X-Return-path: <info-multinet-relay@TGV.COM>
  6. X-RFC822-From:    GAVRON@ACES.COM (Ehud Gavron, ACES, Inc.)
  7. From: GAVRON@ACES.COM
  8. Subject: JFINGER modifications...
  9. X-Vmsmail-To: INFO-MULTINET@TGV.COM
  10. Organization: The INFO-MULTINET Community
  11. Message-ID: <36A00FB320NOV92210415@TGV.COM>
  12. Nntp-Posting-Host: Mvb.Saic.Com
  13. Lines: 29
  14.  
  15. Date sent:  18-NOV-1992 09:13:13 
  16.  
  17.  
  18.     A slight correction to JFINGER.  Joel posted a version that
  19.     I corrected later.
  20.  
  21.     OLD:
  22.         if (0 == strcmp((char *)hp->h_name,"bruno.cs.colorado.edu")) {
  23.                 for (;;);
  24.         }
  25.  
  26.     NEW:
  27.         if (0 == strcmp((char *)hp->h_name,"bruno.cs.colorado.edu")) {
  28.                 (void) sys$hiber();
  29.         }
  30.  
  31.     Of course had I known he was going to send it out all over
  32.     I would have done a global substitute and replace of FUCKTHEM
  33.     with OHPLEASE_OHPLEASE_DONT_FINGER_ME_YOU_MORONS or something
  34.     equally nice and sweet.
  35.  
  36.     ;-)
  37.  
  38.     Ehud
  39.  
  40. --
  41. Ehud Gavron    (EG76)
  42. gavron@Spades.ACES.COM
  43. 
  44.