$OpenBSD: patch-default-rsync_lua,v 1.2 2017/12/27 13:21:50 awolk Exp $
Index: default-rsync.lua
--- default-rsync.lua.orig
+++ default-rsync.lua
@@ -671,7 +671,7 @@ rsync.exitcodes  = default.rsyncExitCodes
 rsync.rsync =
 {
 	-- The rsync binary to be called.
-	binary        = '/usr/bin/rsync',
+	binary        = '${LOCALBASE}/bin/rsync',
 	links         = true,
 	times         = true,
 	protect_args  = true
