home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 3 / 3191 / README < prev   
Encoding:
Text File  |  1991-04-16  |  690 b   |  22 lines

  1. A long time I was looking for a utility to lock the screen of an ASCII
  2. terminal, something like lockscreen or xlock, but didn't find
  3. anything.
  4.  
  5. OK, here is "locktty". To keep it portable even for systems with a
  6. shadow password file, I keep the crypted password in a file in the
  7. user's home directory. If the file does not exist, the user is
  8. prompted for a password.
  9.  
  10. The password file can be changed by using the -p option.
  11.  
  12. The program is without any changes successfully tested on
  13.   - SunOS 4.1,
  14.   - Interactive ix/386 2.0.2, 
  15.   - Ultrix Worksystem V2.1 (Rev. 14), 
  16.   - HP-UX 7.00.
  17.  
  18. Just type "make".
  19.  
  20. Please send corrections, improvements, and flames to
  21.     nickel@w104zrz.zrz.tu-berlin.de
  22.