diff options
author | Cy Schubert <cy@FreeBSD.org> | 2004-10-28 20:04:55 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2004-10-28 20:04:55 +0000 |
commit | a4e6989ec1b82ae9333b276fab7bfa91fd429de6 (patch) | |
tree | 7623893ac2ecd8b2b177e6bad082098b21958d35 /security/sudosh | |
parent | 9c9d61c8b2fc69c1a033f4304ae33e66dd91d055 (diff) | |
download | ports-a4e6989ec1b82ae9333b276fab7bfa91fd429de6.tar.gz ports-a4e6989ec1b82ae9333b276fab7bfa91fd429de6.zip |
Notes
Diffstat (limited to 'security/sudosh')
-rw-r--r-- | security/sudosh/Makefile | 22 | ||||
-rw-r--r-- | security/sudosh/distinfo | 2 | ||||
-rw-r--r-- | security/sudosh/pkg-descr | 7 | ||||
-rw-r--r-- | security/sudosh/pkg-plist | 2 |
4 files changed, 33 insertions, 0 deletions
diff --git a/security/sudosh/Makefile b/security/sudosh/Makefile new file mode 100644 index 000000000000..67496042c3ce --- /dev/null +++ b/security/sudosh/Makefile @@ -0,0 +1,22 @@ +# Ports collection Makefile for: sudosh +# Date created: 10/28/2004 +# Whom: cy@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= sudosh +PORTVERSION= 1.4.1 +CATEGORIES= security +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME:S/_/-/} + +MAINTAINER= cy@FreeBSD.org +COMMENT= A sudo shell + +USE_BZIP2= yes +GNU_CONFIGURE= yes + +CONFIGURE_ARGS= --bindir="${PREFIX}/bin" + +.include <bsd.port.mk> diff --git a/security/sudosh/distinfo b/security/sudosh/distinfo new file mode 100644 index 000000000000..33bc8b88756e --- /dev/null +++ b/security/sudosh/distinfo @@ -0,0 +1,2 @@ +MD5 (sudosh-1.4.1.tar.bz2) = de57f0642faf1b85215a95a811f82bbc +SIZE (sudosh-1.4.1.tar.bz2) = 90353 diff --git a/security/sudosh/pkg-descr b/security/sudosh/pkg-descr new file mode 100644 index 000000000000..3e764176e983 --- /dev/null +++ b/security/sudosh/pkg-descr @@ -0,0 +1,7 @@ +sudosh is a sudo shell. Sudosh provides a logged root shell that can +be used for auditing. It works just like a VCR, records the root shell +session and offers real-time playback. Sudosh is designed to be used +with sudo in an enterprise environment. + +WWW: http://sourceforge.net/projects/sudosh/ + http://freshmeat.net/projects/sudosh/ diff --git a/security/sudosh/pkg-plist b/security/sudosh/pkg-plist new file mode 100644 index 000000000000..f45aa67effb2 --- /dev/null +++ b/security/sudosh/pkg-plist @@ -0,0 +1,2 @@ +bin/sudosh +bin/sudosh-replay |