This commit is contained in:
committed by
Git OBS Bridge
parent
f5d6338f4d
commit
8cefe055e5
@@ -2,7 +2,7 @@ Index: xen-3.3.0-testing/tools/python/xen/xm/create.py
|
||||
===================================================================
|
||||
--- xen-3.3.0-testing.orig/tools/python/xen/xm/create.py
|
||||
+++ xen-3.3.0-testing/tools/python/xen/xm/create.py
|
||||
@@ -1138,8 +1138,7 @@ def spawn_vnc(display):
|
||||
@@ -1122,8 +1122,7 @@ def spawn_vnc(display):
|
||||
returns the port that the vncviewer is listening on and sets the global
|
||||
vncpid. On failure, returns 0. Note that vncviewer is daemonized.
|
||||
"""
|
||||
@@ -10,5 +10,5 @@ Index: xen-3.3.0-testing/tools/python/xen/xm/create.py
|
||||
- "-listen", "%d" % (VNC_BASE_PORT + display) ])
|
||||
+ vncargs = (["vncviewer", "-listen", "%d" % (display) ])
|
||||
global vncpid
|
||||
vncpid = daemonize("vncviewer", vncargs)
|
||||
vncpid = utils.daemonize("vncviewer", vncargs)
|
||||
if vncpid == 0:
|
||||
|
Reference in New Issue
Block a user