aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/bksh/Makefile
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2003-08-10 16:39:24 +0800
committererwin <erwin@FreeBSD.org>2003-08-10 16:39:24 +0800
commit43c3a2cf583b03e4e8d8c5f3698945ec8ba4de44 (patch)
treecb51de0ee68a84aff859dae71661bdca1a927de1 /sysutils/bksh/Makefile
parentc11236a3eb85769bbe7a18ee6181e8e40d5f351e (diff)
downloadfreebsd-ports-gnome-43c3a2cf583b03e4e8d8c5f3698945ec8ba4de44.tar.gz
freebsd-ports-gnome-43c3a2cf583b03e4e8d8c5f3698945ec8ba4de44.tar.zst
freebsd-ports-gnome-43c3a2cf583b03e4e8d8c5f3698945ec8ba4de44.zip
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>
Diffstat (limited to 'sysutils/bksh/Makefile')
-rw-r--r--sysutils/bksh/Makefile16
1 files changed, 16 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>