home *** CD-ROM | disk | FTP | other *** search
- LOCKTTY HACK FOR SYSV
- by Donald Burr
-
- Current email addresses: dburr@ocf.berkeley.edu -- likely to change soon
- 72540.3071@compuserve.com -- probably permanent
-
- LockTTY can really be ported to SysV easily. The only BSDism in there is
- 'gethostname'. I have hacked up a fake 'gethostname.c' that simply
- calls uuname and passes its result back to the calling program. It
- compiled fine on my Callan 300, so it should work on yours as well.
- Mail me with any bugs, comments, suggestions, flames, whatever.
-
- This version of locktty can make itself for both BSD and SysV.
-
- To make for BSD, simply type "make".
- To make for Interactive UNIX, simply type "make isc".
- To make the SysV version, type "make sysv".
-
- Enjoy!!
-