File netcat.patch of Package virt-viewer

Index: virt-viewer-1.0/src/virt-viewer-app.c
===================================================================
--- virt-viewer-1.0.orig/src/virt-viewer-app.c
+++ virt-viewer-1.0/src/virt-viewer-app.c
@@ -558,7 +558,7 @@ virt_viewer_app_open_tunnel_ssh(const ch
         cmd[n++] = sshuser;
     }
     cmd[n++] = sshhost;
-    cmd[n++] = "nc";
+    cmd[n++] = "netcat";
     if (port) {
         cmd[n++] = host;
         cmd[n++] = port;
openSUSE Build Service is sponsored by