[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [Patch] Fixed typos about vncunused in xmexamples
Fixed typos in xmexamples. Signed-off-by: Hiroya INAKOSHI <inakoshi.hiroya@xxxxxxxxxxxxxx> 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: # _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |