X-Git-Url: https://hackdaworld.org/gitweb/?p=hdw-repos%2Fpackages.git;a=blobdiff_plain;f=demian%2Fttysnoop%2Fttysnoop;fp=demian%2Fttysnoop%2Fttysnoop;h=4d0f7972c99057471de4c6fbc22906753647c125;hp=0000000000000000000000000000000000000000;hb=6eccc389a44d595726c82965dab6b6f09e9bb7c4;hpb=1fe7fddc3c4dd91a0590fe88641fef0f3e59f226 diff --git a/demian/ttysnoop/ttysnoop b/demian/ttysnoop/ttysnoop new file mode 100644 index 0000000..4d0f797 --- /dev/null +++ b/demian/ttysnoop/ttysnoop @@ -0,0 +1,16 @@ +# HDW Linux ttysnoop +# +# [M] Jonathan J. Vargas demian@hackdaworld.dyndns.org +# [I] Server and client programs to watch and write to a +# [I] tty device, special to watch what a user does. +# [V] none +# [S] 3 5 +# [D] ttysnoop.tar.gz unknown + +build_main() +{ + make $make_conf + cp -v snooptab /etc + cp -v ttysnoops $prefix/sbin + cp -v ttysnoop $prefix/bin +}