From ea7db2a6b19290fc1bab54f24259ce8fcad9a8f0 Mon Sep 17 00:00:00 2001 From: zenodotus280 <16273022+zenodotus280@users.noreply.github.com> Date: Tue, 17 Dec 2024 18:11:52 -0800 Subject: [PATCH] Add disclaimer if using FreeBSD 14.1 I was able to use initiate `syncoid` successfully from a Debian-based host to a fresh installation of FreeBSD with no configuration changes at all. I hadn't even installed mbuffer or pv - I merely started SSH and was able to replicate right away. After installing sanoid/syncoid on FreeBSD I found that all the warnings no longer applied: `/usr/local/bin` is the default for all relevant executables and the shebangs were correct. --- INSTALL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/INSTALL.md b/INSTALL.md index 12b6734..aff53e5 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -162,6 +162,7 @@ Install prerequisite software: ```bash pkg install p5-Config-Inifiles p5-Capture-Tiny pv mbuffer lzop sanoid ``` +_No additional steps are required as of FreeBSD 14.1 - the notes below may apply to versions prior to that._ **Additional notes:**