From owner-cvs-ports@FreeBSD.ORG Sun Aug 10 01:39:25 2003 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C6CE37B401; Sun, 10 Aug 2003 01:39:25 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC4AD43F93; Sun, 10 Aug 2003 01:39:24 -0700 (PDT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h7A8dO0U004070; Sun, 10 Aug 2003 01:39:24 -0700 (PDT) (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7A8dOsh004069; Sun, 10 Aug 2003 01:39:24 -0700 (PDT) Message-Id: <200308100839.h7A8dOsh004069@repoman.freebsd.org> From: Erwin Lansing Date: Sun, 10 Aug 2003 01:39:24 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils Makefile ports/sysutils/bksh Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Aug 2003 08:39:25 -0000 erwin 2003/08/10 01:39:24 PDT FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/bksh Makefile distinfo pkg-descr pkg-plist Log: 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 Revision Changes Path 1.396 +1 -0 ports/sysutils/Makefile 1.1 +16 -0 ports/sysutils/bksh/Makefile (new) 1.1 +1 -0 ports/sysutils/bksh/distinfo (new) 1.1 +17 -0 ports/sysutils/bksh/pkg-descr (new) 1.1 +1 -0 ports/sysutils/bksh/pkg-plist (new)