b6d3df316d
* add ocfs2 to pool of dir (Filesystem Directory) type in libvirt OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-manager?expand=0&rev=16
14 lines
527 B
Diff
14 lines
527 B
Diff
Index: virt-manager-0.8.3/src/virtManager/console.py
|
|
===================================================================
|
|
--- virt-manager-0.8.3.orig/src/virtManager/console.py
|
|
+++ virt-manager-0.8.3/src/virtManager/console.py
|
|
@@ -505,7 +505,7 @@ class vmmConsolePages(gobject.GObject):
|
|
if username:
|
|
argv += ['-l', username]
|
|
|
|
- argv += [ server, "nc", vncaddr, str(vncport) ]
|
|
+ argv += [ server, "netcat", vncaddr, str(vncport) ]
|
|
|
|
logging.debug("Creating SSH tunnel: %s" % argv)
|
|
|