home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / compsrcs / mac / 9 / README < prev   
Encoding:
Text File  |  1990-06-05  |  2.2 KB  |  63 lines

  1.                              Layers 1.0 Release
  2.  
  3.                            ***    CONTENTS     ***
  4.  
  5. The following files are provided with the MacLayers package:
  6.  
  7.   README            -  this file
  8.   layers.1          -  the layers command manual page
  9.   makefile          -  the layers makefile
  10.   layers.h          -  Unix source for the layers command
  11.   layers.c          -                ditto
  12.   protocol.c        -                ditto
  13.   layersize.c       -  Unix source for the layersize command
  14.   layertitle.c      -  Unix source for the layertitle command
  15.   MacLayers.sit.Hqx -  the MacLayers Application download file
  16.   MacLayers.doc     -  the MacLayers User's Manual
  17.   macbput.c         -  a downloading utility
  18.   macbput.1         -  the macbput command manual page
  19.  
  20. The MacLayers.sit.Hqx file is in hexbin format. After downloading it must be
  21. processed with a Stuffit compatible utility to produce the MacLayers 
  22. application.
  23.  
  24. Macbput is a public domain download utility for downloading macbinary files.
  25. Macbinary files allow downloading to correctly set the Macintosh file creation 
  26. date and file last used date. The version with this package has an important 
  27. bug fixed.
  28.  
  29.  
  30.                          ***  SUPPORTED SYSTEMS  ***
  31.  
  32. MacLayers has been successfully installed on the following systems:
  33.  
  34.    SunOS 4.0.3
  35.    SunOS 3.2
  36.    Sequent DYNIX 3.0.12 (#DEFINE SEQUENT)
  37.    Sequent DYNIX 3.0.4  (#DEFINE SEQUENT)
  38.  
  39. MacLayers has failed to install on these systems:
  40.  
  41.    AIX 2.2.1 on IBM RT        Unsupported ioctls
  42.  
  43.  
  44.                            ***   INSTALLATION   ***
  45.  
  46. There are two ways to install the layers system:
  47.  
  48.     make install
  49.  
  50.  or
  51.     make installnopriv
  52.  
  53. The default is to install the 'layers' command set-uid which allows it to 
  54. update /etc/utmp and perform chown/chmod on its allocated pseudo-ttys. 
  55. This enables commands like 'who' to know about the presence of layers users 
  56. and commands like 'write' and 'talk' to communicate with them. This is not 
  57. a mandatory requirement however and the layers system will otherwise function.
  58.  
  59. For set-uid installers (especially Sequent users) there are a few customizing 
  60. parameters which may be of interest at the front of layers.c.
  61.  
  62.                               *end of document*
  63.