7fd8445b6c
ok espie
15 lines
468 B
Plaintext
15 lines
468 B
Plaintext
$OpenBSD: patch-support_rrsync,v 1.3 2020/08/26 12:15:56 sthen Exp $
|
|
|
|
Index: support/rrsync
|
|
--- support/rrsync.orig
|
|
+++ support/rrsync
|
|
@@ -11,7 +11,7 @@ use File::Glob ':glob';
|
|
|
|
# You may configure these values to your liking. See also the section
|
|
# of options if you want to disable any options that rsync accepts.
|
|
-use constant RSYNC => '/usr/bin/rsync';
|
|
+use constant RSYNC => '${PREFIX}/bin/rsync';
|
|
use constant LOGFILE => 'rrsync.log';
|
|
|
|
my $Usage = <<EOM;
|