home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 3 / 3321 / README.sysv < prev    next >
Encoding:
Text File  |  1991-05-12  |  735 b   |  20 lines

  1. LOCKTTY HACK FOR SYSV
  2. by Donald Burr
  3.  
  4. Current email addresses: dburr@ocf.berkeley.edu -- likely to change soon
  5.                          72540.3071@compuserve.com -- probably permanent
  6.  
  7. LockTTY can really be ported to SysV easily. The only BSDism in there is
  8. 'gethostname'.  I have hacked up a fake 'gethostname.c' that simply
  9. calls uuname and passes its result back to the calling program.  It
  10. compiled fine on my Callan 300, so it should work on yours as well.
  11. Mail me with any bugs, comments, suggestions, flames, whatever.
  12.  
  13. This version of locktty can make itself for both BSD and SysV.
  14.  
  15. To make for BSD, simply type "make".
  16. To make for Interactive UNIX, simply type "make isc".
  17. To make the SysV version, type "make sysv".
  18.  
  19. Enjoy!!
  20.