: Added Files:
[hdw-repos/packages.git] / demian / ttysnoop / ttysnoop
diff --git a/demian/ttysnoop/ttysnoop b/demian/ttysnoop/ttysnoop
new file mode 100644 (file)
index 0000000..4d0f797
--- /dev/null
@@ -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
+}