From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zhigang Wang Subject: Re: [PATCH] fix xend config typos Date: Mon, 28 Apr 2008 12:54:18 +0800 Message-ID: <4815587A.1090701@oracle.com> References: <481540FB.8030104@oracle.com> <3C8A8DF4A11B2kanno.masaki@jp.fujitsu.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------080709070101060704080301" Return-path: In-Reply-To: <3C8A8DF4A11B2kanno.masaki@jp.fujitsu.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Masaki Kanno Cc: xen-devel List-Id: xen-devel@lists.xenproject.org This is a multi-part message in MIME format. --------------080709070101060704080301 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Hi Masaki, thanks for your reminding. Fixed. Use the new patch please. zhigang Masaki Kanno wrote: > Hi Zhigang, > > Could you fix xend-config-xenapi.sxp, too? > > Best regards, > Kan > > Mon, 28 Apr 2008 11:14:03 +0800, Zhigang Wang wrote: > >> hi, >> >> this patch fix xend config typos. >> >> regards, >> >> zhigang >> > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel --------------080709070101060704080301 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 --- xen-unstable/tools/examples/xend-config-xenapi.sxp.orig 2008-04-28 12:46:22.000000000 +0800 +++ xen-unstable/tools/examples/xend-config-xenapi.sxp 2008-04-28 12:45:39.000000000 +0800 @@ -66,9 +66,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 --------------080709070101060704080301 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 --------------080709070101060704080301--