mirror of https://github.com/jimsalterjrs/sanoid
Update INSTALL
This commit is contained in:
parent
4bfaa8cb90
commit
dea2bb9eb0
2
INSTALL
2
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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue