aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/bksh
Commit message (Collapse)AuthorAgeFilesLines
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* - Remove the DESTDIR modifications from individual ports as we have a new,gabor2007-08-041-3/+4
| | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav)
* Fix build after DESTDIR patch.erwin2006-08-051-0/+10
| | | | Submitted by: gabor
* SHA256ifyedwin2006-01-241-0/+2
| | | | Approved by: krion@
* - Update to version 1.7krion2004-03-052-2/+2
| | | | | PR: ports/63786 Submitted by: maintainer
* Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-062-1/+2
|
* Add bksh 1.3, backup-only shell.erwin2003-08-104-0/+35
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>