WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] Fixed typos in xmexamples.

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] Fixed typos in xmexamples.
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 08 May 2008 07:10:07 -0700
Delivery-date: Thu, 08 May 2008 07:10:05 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1210241631 -3600
# Node ID d7dbae33e81d45c86a0a02cc1537144351e38df8
# Parent  9a6ad687ec20dd84753e334b104a154738eae6ec
Fixed typos in xmexamples.

Signed-off-by: Hiroya INAKOSHI <inakoshi.hiroya@xxxxxxxxxxxxxx>
---
 tools/examples/xmexample1 |    2 +-
 tools/examples/xmexample2 |    2 +-
 tools/examples/xmexample3 |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff -r 9a6ad687ec20 -r d7dbae33e81d tools/examples/xmexample1
--- a/tools/examples/xmexample1 Wed May 07 14:16:48 2008 +0100
+++ b/tools/examples/xmexample1 Thu May 08 11:13:51 2008 +0100
@@ -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 9a6ad687ec20 -r d7dbae33e81d tools/examples/xmexample2
--- a/tools/examples/xmexample2 Wed May 07 14:16:48 2008 +0100
+++ b/tools/examples/xmexample2 Thu May 08 11:13:51 2008 +0100
@@ -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 9a6ad687ec20 -r d7dbae33e81d tools/examples/xmexample3
--- a/tools/examples/xmexample3 Wed May 07 14:16:48 2008 +0100
+++ b/tools/examples/xmexample3 Thu May 08 11:13:51 2008 +0100
@@ -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-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] Fixed typos in xmexamples., Xen patchbot-unstable <=