patch-default-rsync_lua 443 B

12345678910111213
  1. $OpenBSD: patch-default-rsync_lua,v 1.1.1.1 2016/01/23 19:15:13 landry Exp $
  2. --- default-rsync.lua.orig Thu Oct 15 08:29:47 2015
  3. +++ default-rsync.lua Sat Jan 23 19:41:49 2016
  4. @@ -551,7 +551,7 @@ rsync.exitcodes = default.rsyncExitCodes
  5. rsync.rsync =
  6. {
  7. -- The rsync binary to be called.
  8. - binary = '/usr/bin/rsync',
  9. + binary = '${LOCALBASE}/bin/rsync',
  10. links = true,
  11. times = true,
  12. protect_args = true