* [Patch] Fixed typos about vncunused in xmexamples
@ 2008-05-08 5:11 INAKOSHI Hiroya
0 siblings, 0 replies; only message in thread
From: INAKOSHI Hiroya @ 2008-05-08 5:11 UTC (permalink / raw)
To: xen-devel
[-- Attachment #1: Type: text/plain, Size: 92 bytes --]
Fixed typos in xmexamples.
Signed-off-by: Hiroya INAKOSHI <inakoshi.hiroya@jp.fujitsu.com>
[-- Attachment #2: typo-vncunused.patch --]
[-- Type: text/plain, Size: 1302 bytes --]
diff -r cc953475ab14 tools/examples/xmexample1
--- a/tools/examples/xmexample1 Tue May 06 16:20:54 2008 +0100
+++ b/tools/examples/xmexample1 Thu May 08 09:33:13 2008 +0900
@@ -90,7 +90,7 @@ disk = [ 'phy:hda1,hda1,w' ]
#
# Or you can bind the first unused port above 5900:
#
-# vfb = [ 'type=vnc,vnclisten=0.0.0.0,vnunused=1' ]
+# vfb = [ 'type=vnc,vnclisten=0.0.0.0,vncunused=1' ]
#
# You can override the password:
#
diff -r cc953475ab14 tools/examples/xmexample2
--- a/tools/examples/xmexample2 Tue May 06 16:20:54 2008 +0100
+++ b/tools/examples/xmexample2 Thu May 08 09:33:13 2008 +0900
@@ -126,7 +126,7 @@ disk = [ 'phy:sda%d,sda1,w' % (7+vmid),
#
# Or you can bind the first unused port above 5900:
#
-# vfb = [ 'type=vnc,vnclisten=0.0.0.0,vnunused=1' ]
+# vfb = [ 'type=vnc,vnclisten=0.0.0.0,vncunused=1' ]
#
# You can override the password:
#
diff -r cc953475ab14 tools/examples/xmexample3
--- a/tools/examples/xmexample3 Tue May 06 16:20:54 2008 +0100
+++ b/tools/examples/xmexample3 Thu May 08 09:33:13 2008 +0900
@@ -111,7 +111,7 @@ disk = [ 'phy:hda%d,hda1,w' % (vmid)]
#
# Or you can bind the first unused port above 5900:
#
-# vfb = [ 'type=vnc,vnclisten=0.0.0.0,vnunused=1' ]
+# vfb = [ 'type=vnc,vnclisten=0.0.0.0,vncunused=1' ]
#
# You can override the password:
#
[-- Attachment #3: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-05-08 5:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-08 5:11 [Patch] Fixed typos about vncunused in xmexamples INAKOSHI Hiroya
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.