12 lines
456 B
Text
12 lines
456 B
Text
Index: support/rrsync
|
|
--- support/rrsync.orig
|
|
+++ support/rrsync
|
|
@@ -10,7 +10,7 @@
|
|
|
|
# You may configure these 2 values to your liking. See also the section of
|
|
# short & long options if you want to disable any options that rsync accepts.
|
|
-RSYNC = '/usr/bin/rsync'
|
|
+RSYNC = '${PREFIX}/bin/rsync'
|
|
LOGFILE = 'rrsync.log' # NOTE: the file must exist for a line to be appended!
|
|
|
|
# The following options are mainly the options that a client rsync can send
|