Add bksh 1.3, backup-only shell.
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. PR: 53786 Submitted by: The Anarcat <anarcat@anarcat.ath.cx>
This commit is contained in:
parent
e11dacc3cf
commit
9f250025a3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86706
@ -26,6 +26,7 @@
|
||||
SUBDIR += bbapm
|
||||
SUBDIR += bchunk
|
||||
SUBDIR += bkpupsd
|
||||
SUBDIR += bksh
|
||||
SUBDIR += blimitd
|
||||
SUBDIR += bsdsar
|
||||
SUBDIR += bubblemon
|
||||
|
16
sysutils/bksh/Makefile
Normal file
16
sysutils/bksh/Makefile
Normal file
@ -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>
|
1
sysutils/bksh/distinfo
Normal file
1
sysutils/bksh/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (bksh-1.3.tar.gz) = fb46c362adf3260dfa501a82171ad114
|
17
sysutils/bksh/pkg-descr
Normal file
17
sysutils/bksh/pkg-descr
Normal file
@ -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
|
1
sysutils/bksh/pkg-plist
Normal file
1
sysutils/bksh/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/bksh
|
Loading…
Reference in New Issue
Block a user