From owner-freebsd-commit Fri Nov 17 11:04:06 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA22710 for freebsd-commit-outgoing; Fri, 17 Nov 1995 11:04:06 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA22651 for cvs-all-outgoing; Fri, 17 Nov 1995 11:03:59 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA22641 for cvs-ports-outgoing; Fri, 17 Nov 1995 11:03:57 -0800 Received: (from markm@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA22631 ; Fri, 17 Nov 1995 11:03:51 -0800 Date: Fri, 17 Nov 1995 11:03:51 -0800 From: Mark Murray Message-Id: <199511171903.LAA22631@freefall.freebsd.org> To: CVS-commiters, cvs-ports Subject: cvs commit: ports/utils/buffer - Imported sources Sender: owner-commit@FreeBSD.ORG Precedence: bulk markm 95/11/17 11:03:49 Branch: utils/buffer 1.1.1 Log: Add a stunningly useful utility. if you ever nhave needed to do something like: tar cf - | rsh cat > /dev/tape then you will appreciate this. do something like tar cf - | buffer | rsh othersys "cat | buffer > /dev/tape" to enjoy HUGE increases in speed while your tape drive does not incessantly back/forth/stop/start. Status: Vendor Tag: LEE_M Release Tags: buffer_1_17 N ports/utils/buffer/Makefile N ports/utils/buffer/patches/patch-aa N ports/utils/buffer/pkg/COMMENT N ports/utils/buffer/pkg/DESCR N ports/utils/buffer/pkg/PLIST N ports/utils/buffer/files/md5 No conflicts created by this import