diff options
author | markm <markm@FreeBSD.org> | 1995-11-18 03:03:48 +0800 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1995-11-18 03:03:48 +0800 |
commit | 51b2feae754ef3e326b2221cf7fc567ec86dc7e6 (patch) | |
tree | d82b53e74be40e8b6d6f2be79a4cc71aceea6b51 /misc/buffer/distinfo | |
parent | 03edb4ab58429c398661dadf92cad7601fc2eae7 (diff) | |
download | freebsd-ports-gnome-51b2feae754ef3e326b2221cf7fc567ec86dc7e6.tar.gz freebsd-ports-gnome-51b2feae754ef3e326b2221cf7fc567ec86dc7e6.tar.zst freebsd-ports-gnome-51b2feae754ef3e326b2221cf7fc567ec86dc7e6.zip |
Add a stunningly useful utility.
if you ever nhave needed to do something like:
tar cf - <big_dir> | rsh cat > /dev/tape then you will appreciate this.
do something like
tar cf - <big_dir> | buffer | rsh othersys "cat | buffer > /dev/tape"
to enjoy HUGE increases in speed while your tape drive does not
incessantly back/forth/stop/start.
Diffstat (limited to 'misc/buffer/distinfo')
-rw-r--r-- | misc/buffer/distinfo | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/buffer/distinfo b/misc/buffer/distinfo new file mode 100644 index 000000000000..7fc3aa45b303 --- /dev/null +++ b/misc/buffer/distinfo @@ -0,0 +1 @@ +MD5 (buffer-1.17.tar.gz) = 6c5236ed99f4df0832623f4c0498c681 |