diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2002-08-21 22:26:54 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2002-08-21 22:26:54 +0000 |
commit | 1bd8042db76b346a5ed50dc066da35628ca9b048 (patch) | |
tree | 906c39df15b9e3627c8cdec1b4d2019876cf7186 /security/termlog | |
parent | f129bef08d9fb032413b9d7906661dd7cf15ea4d (diff) | |
download | ports-1bd8042db76b346a5ed50dc066da35628ca9b048.tar.gz ports-1bd8042db76b346a5ed50dc066da35628ca9b048.zip |
Notes
Diffstat (limited to 'security/termlog')
-rw-r--r-- | security/termlog/Makefile | 18 | ||||
-rw-r--r-- | security/termlog/distinfo | 1 | ||||
-rw-r--r-- | security/termlog/pkg-comment | 1 | ||||
-rw-r--r-- | security/termlog/pkg-descr | 5 | ||||
-rw-r--r-- | security/termlog/pkg-plist | 1 |
5 files changed, 26 insertions, 0 deletions
diff --git a/security/termlog/Makefile b/security/termlog/Makefile new file mode 100644 index 000000000000..be09214e8eb0 --- /dev/null +++ b/security/termlog/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: termlog +# Date created: 20 August 2002 +# Whom: C.S. Peron <maneo@bsdpro.com> +# +# $FreeBSD$ +# + +PORTNAME= termlog +PORTVERSION= 1.0 +CATEGORIES= security sysutils +MASTER_SITES= http://www.seccuris.com/documents/downloads/ +MASTER_SITE_SUBDIR= termlog + +MAINTAINER= maneo@bsdpro.com + +MAN1= termlog.1 + +.include <bsd.port.mk> diff --git a/security/termlog/distinfo b/security/termlog/distinfo new file mode 100644 index 000000000000..6ee39dadc207 --- /dev/null +++ b/security/termlog/distinfo @@ -0,0 +1 @@ +MD5 (termlog-1.0.tar.gz) = e789e1f387d7ba939f26ff9a891ab436 diff --git a/security/termlog/pkg-comment b/security/termlog/pkg-comment new file mode 100644 index 000000000000..7d6da479f6be --- /dev/null +++ b/security/termlog/pkg-comment @@ -0,0 +1 @@ +Monitor or log multiple system terminals synchronously (real-time) diff --git a/security/termlog/pkg-descr b/security/termlog/pkg-descr new file mode 100644 index 000000000000..0296b99a9e5d --- /dev/null +++ b/security/termlog/pkg-descr @@ -0,0 +1,5 @@ +Termlog is a system terminal I/O and key logging program. Termlog is +capable of performing realtime synchronous monitoring and logging +of multiple system ttys. It is designed to allow paranoid or +otherwise curious system administrators to monitor I/O between +themselves and connected clients. diff --git a/security/termlog/pkg-plist b/security/termlog/pkg-plist new file mode 100644 index 000000000000..7195e65c983a --- /dev/null +++ b/security/termlog/pkg-plist @@ -0,0 +1 @@ +bin/termlog |