diff options
Diffstat (limited to 'sysutils/bksh')
-rw-r--r-- | sysutils/bksh/Makefile | 16 | ||||
-rw-r--r-- | sysutils/bksh/distinfo | 1 | ||||
-rw-r--r-- | sysutils/bksh/pkg-descr | 17 | ||||
-rw-r--r-- | sysutils/bksh/pkg-plist | 1 |
4 files changed, 35 insertions, 0 deletions
diff --git a/sysutils/bksh/Makefile b/sysutils/bksh/Makefile new file mode 100644 index 000000000000..daf36925bd82 --- /dev/null +++ b/sysutils/bksh/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: bksh +# Date created: 22 June 2003 +# Whom: The Anarcat <anarcat@anarcat.ath.cx> +# +# $FreeBSD$ +# + +PORTNAME= bksh +PORTVERSION= 1.3 +CATEGORIES= sysutils +MASTER_SITES= http://anarcat.ath.cx/software/distfiles/ + +MAINTAINER= anarcat@anarcat.ath.cx +COMMENT= Backup-only shell + +.include <bsd.port.mk> diff --git a/sysutils/bksh/distinfo b/sysutils/bksh/distinfo new file mode 100644 index 000000000000..868861fcc78b --- /dev/null +++ b/sysutils/bksh/distinfo @@ -0,0 +1 @@ +MD5 (bksh-1.3.tar.gz) = fb46c362adf3260dfa501a82171ad114 diff --git a/sysutils/bksh/pkg-descr b/sysutils/bksh/pkg-descr new file mode 100644 index 000000000000..27bddaa84a45 --- /dev/null +++ b/sysutils/bksh/pkg-descr @@ -0,0 +1,17 @@ +bksh is a simple (some would say trivial) program designed to be used +as a shell by ssh or rsh-like programs. All it does it to copy its +input to a restricted set of backup files. + +It was made to allow administrators to create backup servers in +potentially hostile environments without allowing full shell access to +the server or the client. + +Features: +- tape only or file & tape backups (compile-time config) +- automatic file rotation allows keeping a history of backups +- configurable number of files kept (static compile-time or dynamic) +- allows naming of backup files on command line +- works as a restricted shell to limit access to server +- very simple and short ANSI C code, easy to audit + +WWW: http://anarcat.ath.cx/software/bksh diff --git a/sysutils/bksh/pkg-plist b/sysutils/bksh/pkg-plist new file mode 100644 index 000000000000..c8b1b8cd8d2a --- /dev/null +++ b/sysutils/bksh/pkg-plist @@ -0,0 +1 @@ +bin/bksh |