home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / lan / drlfx1.arj / DRLFX1.DOC < prev    next >
Text File  |  1991-05-31  |  3KB  |  65 lines

  1. This README file of DRLFX1.ZIP accompanies DIRLPFX1.NLM for Netware 386
  2. v3.11. The following files are included for this revision:
  3.          
  4.         DIRLPFX1.NLM      797      4-09-91  10:39a
  5.     PATCHMAN NLM     7421   4-12-91  10:23a
  6.     PATCHMAN DOC     4262   4-12-91   3:23p
  7.  
  8. PURPOSE:
  9. DIRLPFX1 is a dynamic patch which is loaded at the file server console as a 
  10. NetWare Loadable Module.  This patch fixes a problem in NetWare 386 v3.11 that
  11. results in an infinite loop when the DOS DIR command is used in a sub 
  12. directory where more than 65,535 files exist. This loop will also occur with
  13. the FindFirst and FindNext DOS function calls. 
  14.  
  15. DIRLPFX1 requires version 2.00b of PATCHMAN.NLM (or later) in order to load. 
  16.  
  17. Unlike previous patches, the SERVER.EXE file is never modified by this patch.
  18. DIRLPFX1.NLM patches the Operating System in memory, not on the disk.  This 
  19. means that DIRLPFX1.NLM must be loaded each time before any "fixes" take 
  20. effect. It is recommended that the command "LOAD DIRLPFX1" be placed in the 
  21. server's AUTOEXEC.NCF file to ensure that the patch is always in effect when
  22. the server is initially brought up.
  23.  
  24. Since it is an NLM, DIRLPFX1 can be loaded and unloaded without ever having to
  25. bring the server down. Once loaded, the Operating System is patched and ready
  26. to go. Unloading DIRLPFX1 will restore the Operating System to its original 
  27. "un-patched" state.
  28.  
  29. Like all NLM-type patches, DIRLPFX1 requires the Patch Manager (PATCHMAN.NLM)
  30. to be loaded before it can be loaded.  If PATCHMAN is not already loaded, 
  31. DIRLPFX1 will attempt to locate PATCHMAN and load it automatically if found. 
  32. PATCHMAN only needs to be loaded once.  All other patches can load once 
  33. PATCHMAN is loaded. PATCHMAN cannot be unloaded until all patches that rely 
  34. on it are first unloaded. Typing "Patches" at the system command line once 
  35. PATCHMAN is loaded will display all patches currently loaded on the file 
  36. server. 
  37.  
  38. INSTALLATION:
  39. To install DIRLPFX1, simply place the DIRLPFX1.NLM file in the same directory
  40. as the other NLM files (SYS:SYSTEM or DOS partition), and type"LOAD DIRLPFX1".
  41. Once the patch has loaded, all changes are in effect until DIRLPFX1 is 
  42. unloaded.
  43.   
  44. The changes made by this patch will be implemented in all future versions 
  45. NetWare 386. This patch and PATCHMAN.NLM will only operate on NetWare 386 
  46. V3.11. Future versions of NetWare 386 will require a version of PATCHMAN 
  47. specific to that release.
  48.  
  49.  
  50. *****************************************************************************
  51.                                   DISCLAIMER 
  52.  
  53.      Novell, Inc. makes no representations or warranties with respect to this
  54. software patch, and specifically disclaims any express or implied warranties 
  55. of merchantability, title, or fitness for a particular purpose. 
  56.      Novell's intentions for this software patch is to provide a temporary 
  57. work-around to the anomalies described in this file.  Such work-arounds are 
  58. typically addressed in future releases of NetWare. 
  59.      Novell will not be responsible for any data loss that may result from 
  60. implementing this patch.  Novell strongly recommends a backup be made before 
  61. any patch is applied.  Technical support for this patch is provided at the 
  62. discretion of Novell.  
  63. *****************************************************************************
  64.  
  65.