bnc#654199
OBS-URL: https://build.opensuse.org/package/show/Base:System/tar?expand=0&rev=22
This commit is contained in:
19
tar-backup-spec-fix-paths.patch
Normal file
19
tar-backup-spec-fix-paths.patch
Normal file
@@ -0,0 +1,19 @@
|
||||
Index: tar-1.25/scripts/backup-specs
|
||||
===================================================================
|
||||
--- tar-1.25.orig/scripts/backup-specs
|
||||
+++ tar-1.25/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 mashines. 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.
|
Reference in New Issue
Block a user