home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 0 / 0976 < prev    next >
Internet Message Format  |  1990-12-28  |  914b

  1. From: raymond@math.berkeley.edu
  2. Newsgroups: alt.sources,comp.binaries.ibm.pc.d
  3. Subject: Patch to simtel.update
  4. Message-ID: <1990Mar4.220959.16521@agate.berkeley.edu>
  5. Date: 4 Mar 90 22:09:59 GMT
  6.  
  7. Keith Petersen's most recent posting of the updates to SIMTEL20
  8. revealed a bug in simtel.update.  Yes, you guessed it, the file
  9. format changed and simtel.update doesn't parse it right any
  10. more...
  11.  
  12. Here's the patch.
  13.  
  14. *** simtel.update.old    Sun Mar  4 14:00:00 1990
  15. --- simtel.update    Sun Mar  4 13:59:46 1990
  16. ***************
  17. *** 41,45 ****
  18.       $dirname = $_;
  19. -     # If it's a genuine directory change, we'll have these headers.
  20. -     next unless (<> eq " Filename   Type Length   Date    Description\n");
  21. -     next unless (<> eq "==============================================\n");
  22.       return 2 * do find_directory();
  23. --- 41,42 ----
  24. --
  25. raymond@math.berkeley.edu     Maintainer of the csip Frequently Asked Questions
  26.