808377
From: =?UTF-8?q?Ond=C5=99ej=20Va=C5=A1=C3=ADk?= <ovasik@redhat.com>
808377
Date: Mon, 14 Sep 2015 09:39:13 +0200
808377
Subject: [PATCH 4/7] define default remote shell as /usr/bin/ssh(#452904), use
808377
 /etc/rmt as default rmt command
808377
808377
diff --git a/lib/rtapelib.c b/lib/rtapelib.c
808377
index 7213031..7d0bd52 100644
808377
--- a/lib/rtapelib.c
808377
+++ b/lib/rtapelib.c
808377
@@ -59,6 +59,10 @@
808377
 # include <netdb.h>
808377
 #endif
808377
 
808377
+#ifndef REMOTE_SHELL
808377
+# define REMOTE_SHELL "/usr/bin/ssh"
808377
+#endif
808377
+
808377
 #include <rmt.h>
808377
 #include <rmt-command.h>
808377