: Added Files:
[hdw-repos/packages.git] / demian / ttysnoop / ttysnoop
1 # HDW Linux ttysnoop
2 #
3 # [M] Jonathan J. Vargas demian@hackdaworld.dyndns.org
4 # [I] Server and client programs to watch and write to a 
5 # [I] tty device, special to watch what a user does.
6 # [V] none
7 # [S] 3 5
8 # [D] ttysnoop.tar.gz unknown
9
10 build_main()
11 {
12     make $make_conf
13     cp -v snooptab /etc
14     cp -v ttysnoops $prefix/sbin
15     cp -v ttysnoop $prefix/bin
16 }