From dea2bb9eb0d0e7629b35c8de63288c8950b242dd Mon Sep 17 00:00:00 2001 From: stardude900 Date: Wed, 9 Aug 2017 09:13:40 -0500 Subject: [PATCH] Update INSTALL --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 571fc9c..7e9cb0c 100644 --- a/INSTALL +++ b/INSTALL @@ -14,7 +14,7 @@ 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 + root@bsd:~# ln -s /usr/local/bin/lzop /usr/bin/lzop or similar, as appropriate, to create links in /usr/bin to wherever the utilities actually are on your system.