home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / lan / sossexe.arj / README < prev   
Text File  |  1991-04-11  |  2KB  |  49 lines

  1. SOSS is free software.  You may use it within your organization for
  2. any purpose desired.  You may redistribute it to other organizations,
  3. provided you do not earn a profit when doing so, that you make source
  4. code available, and that you abide by the terms of the Gnu General
  5. Public License (see the file COPYING).
  6.  
  7. Manifest:
  8.     exe    Contains executables and sample support files
  9.     src    Source code for NFS
  10.     rpc    Source code for RPC
  11.     lib    Microsoft C-built libraries (CMU PC/IP)
  12.     include Include files (CMU PC/IP)
  13.     d2x    Source code and doc for DOS/Unix conversion utilities
  14.     doc    Documentation for SOSS
  15.  
  16. SOSS is distributed in ZOO format; ZOO is a public-domain archive
  17. utility which is widely available.  ZOO.EXE for DOS should be available
  18. from your SOSS distribution system; you should download the SOSS.ZOO
  19. and ZOO.EXE files in binary mode.  To extract the directories shown
  20. above, type the following commands (where "A:" represents the directory
  21. or device containing SOSS.ZOO):
  22.  
  23.     mkdir soss
  24.     cd soss
  25.     zoo x// A:soss
  26.  
  27. Follow the instructions in doc/soss.txt in order to get things up and
  28. running.  The file doc/unixdos.txt is a paper which provides background
  29. on the motivation for creating and enhancing SOSS.
  30.  
  31. A smaller archive containing only the doc, exe, and d2x subdirectories
  32. is also available for those who are not interested in source code.
  33. Microsoft C version 5.1 was used to produce the binaries included here.
  34.  
  35. If you have questions, bugs, or source code contributions, contact
  36. one of the following people by e-mail:
  37.  
  38.     rbraun@spdcc.com  (Richard Braun)
  39.     stan@cs.uiuc.edu  (Seemong Tan)
  40.  
  41. SOSS depends on packet drivers distributed by Clarkson University.
  42. Questions regarding these drivers should be directed to:
  43.  
  44.     nelson@clutx.clarkson.edu (Russ Nelson)
  45.  
  46. Version 3.1 was developed by Richard Braun while working at Kronos,
  47. Inc.  Kronos does not sell or support this software, nor does it accept
  48. any responsibility for its quality or fitness for any application.
  49.