ports/sysutils/lsyncd/files/patch-default-rsync.lua
Tobias Kortkamp 9a0723ba78 New port: sysutils/lsyncd
Lsyncd is designed to synchronize a local directory tree with low
profile of expected changes to a remote mirror.  Lsyncd is especially
useful to sync data from a secure area to a not-so-secure area.

WWW: https://axkibe.github.io/lsyncd/

PR:		228714
Submitted by:	Junichi Satoh <junichi@junichi.org>
2018-06-10 10:30:14 +00:00

11 lines
337 B
Lua

--- default-rsync.lua.orig 2018-03-09 12:39:11 UTC
+++ default-rsync.lua
@@ -682,7 +682,7 @@ rsync.exitcodes = default.rsyncExitCode
rsync.rsync =
{
-- The rsync binary to be called.
- binary = '/usr/bin/rsync',
+ binary = '/usr/local/bin/rsync',
links = true,
times = true,
protect_args = true