diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-06-10 10:30:14 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-06-10 10:30:14 +0000 |
commit | 9a0723ba7897fbfabb2394e7f8d2ff0fef06927a (patch) | |
tree | 3ecc38f507372b7d6a314a66586eb46a18218fce /sysutils/lsyncd/files/patch-default-rsync.lua | |
parent | www/waterfox: flatten line endings after r461193 (diff) |
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>
Notes
Notes:
svn path=/head/; revision=472128
Diffstat (limited to '')
-rw-r--r-- | sysutils/lsyncd/files/patch-default-rsync.lua | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/lsyncd/files/patch-default-rsync.lua b/sysutils/lsyncd/files/patch-default-rsync.lua new file mode 100644 index 000000000000..df093d4ca3d2 --- /dev/null +++ b/sysutils/lsyncd/files/patch-default-rsync.lua @@ -0,0 +1,11 @@ +--- 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 |