From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zhigang Wang Subject: [PATCH] fix xend config typos Date: Mon, 28 Apr 2008 11:14:03 +0800 Message-ID: <481540FB.8030104@oracle.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------090600020805000808020100" Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel List-Id: xen-devel@lists.xenproject.org This is a multi-part message in MIME format. --------------090600020805000808020100 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit hi, this patch fix xend config typos. regards, zhigang --------------090600020805000808020100 Content-Type: text/x-patch; name="fix-xend-config.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="fix-xend-config.patch" Fix xend config typos Signed-off-by: Zhigang Wang --- xen-unstable/tools/examples/xend-config.sxp.orig 2008-04-28 11:04:01.000000000 +0800 +++ xen-unstable/tools/examples/xend-config.sxp 2008-04-28 11:04:44.000000000 +0800 @@ -64,9 +64,9 @@ # Address and port xend should use for the legacy TCP XMLRPC interface, -# if xen-tcp-xmlrpc-server is set. -#(xen-tcp-xmlrpc-server-address 'localhost') -#(xen-tcp-xmlrpc-server-port 8006) +# if xend-tcp-xmlrpc-server is set. +#(xend-tcp-xmlrpc-server-address 'localhost') +#(xend-tcp-xmlrpc-server-port 8006) # SSL key and certificate to use for the legacy TCP XMLRPC interface. # Setting these will mean that this port serves only SSL connections as --------------090600020805000808020100 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel --------------090600020805000808020100--