]> git.ipfire.org Git - thirdparty/tar.git/commitdiff
Minor fix
authorSergey Poznyakoff <gray@gnu.org>
Tue, 1 Jun 2021 16:01:31 +0000 (19:01 +0300)
committerSergey Poznyakoff <gray@gnu.org>
Tue, 1 Jun 2021 16:02:42 +0000 (19:02 +0300)
* scripts/backup-specs: Set standard paths for rsh (patch#9275).

scripts/backup-specs

index 54000a01c69d78e350119bb40172c0890168e184..bde9ab68c127c49d3be3658d2f7c8f51bb870b9d 100644 (file)
@@ -11,12 +11,12 @@ TAR=/bin/tar
 # (Optional) Path to rsh binary or its equivalent. You may wish to
 # set it to ssh as shown in the example below, to improve security.
 # In this case you will have to use public key authentication.
-RSH=/usr/local/bin/ssh
+RSH=/usr/bin/ssh
 
 # (Optional) Path to rsh binary on remote machines. This will be
 # passed via --rsh-command option to the remote invocation of
 # tar
-RSH_COMMAND=/usr/local/bin/ssh
+RSH_COMMAND=/usr/bin/ssh
 
 # Name of temporary file to hold volume numbers.  This needs to be accessible
 # by all the machines which have filesystems to be dumped.