From 97eb91fde8957af31af00cec745da0b8c2d31a77 Mon Sep 17 00:00:00 2001 From: Jim Salter Date: Wed, 12 Jul 2017 17:28:14 -0400 Subject: [PATCH] Update INSTALL --- INSTALL | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/INSTALL b/INSTALL index 589058f..571fc9c 100644 --- a/INSTALL +++ b/INSTALL @@ -10,14 +10,13 @@ is not available on either end of the transport. On Ubuntu: apt install pv lzop mbuffer On FreeBSD: pkg install pv lzop -FreeBSD notes: mbuffer is not currently recommended due to oddities in - FreeBSD's local implementation. Internal network buffering - capability is on the roadmap soon to remove mbuffer dependency - anyway. FreeBSD places pv and lzop in /usr/local/bin instead - of /usr/bin ; syncoid currently does not check path. +FreeBSD notes: FreeBSD may place pv and lzop in somewhere other than + /usr/bin ; syncoid currently does not check path. Simplest path workaround is symlinks, eg: root@bsd:~# ln -s /usr/bin/lzop /usr/local/bin/lzop + or similar, as appropriate, to create links in /usr/bin + to wherever the utilities actually are on your system. SANOID