summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2021-06-01 19:01:31 +0300
committerSergey Poznyakoff <gray@gnu.org>2021-06-01 19:02:42 +0300
commit12d67f44ded933ecb3f716553c091941596d702a (patch)
treea071071459757518ce353f2d3e4807c074eb4c1a
parent3730dddb3f81e314c23c4ce90fc0de16fb5ea9e5 (diff)
downloadtar-12d67f44ded933ecb3f716553c091941596d702a.tar.gz
Minor fix
* scripts/backup-specs: Set standard paths for rsh (patch#9275).
-rw-r--r--scripts/backup-specs4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/backup-specs b/scripts/backup-specs
index 54000a01..bde9ab68 100644
--- a/scripts/backup-specs
+++ b/scripts/backup-specs
@@ -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.