Blame SOURCES/cpio-2.9.90-defaultremoteshell.patch

f0f11f
diff -urNp cpio-2.9.90-orig/lib/rtapelib.c cpio-2.9.90/lib/rtapelib.c
f0f11f
--- cpio-2.9.90-orig/lib/rtapelib.c	2007-08-12 09:57:15.000000000 +0200
f0f11f
+++ cpio-2.9.90/lib/rtapelib.c	2009-03-09 18:06:43.000000000 +0100
f0f11f
@@ -59,6 +59,10 @@
f0f11f
 # include <netdb.h>
f0f11f
 #endif
f0f11f
 
f0f11f
+#ifndef REMOTE_SHELL
f0f11f
+# define REMOTE_SHELL "/usr/bin/ssh"
f0f11f
+#endif
f0f11f
+
f0f11f
 #include <rmt.h>
f0f11f
 #include <rmt-command.h>
f0f11f