From: Keir Fraser Date: Thu, 1 May 2008 08:50:58 +0000 (+0100) Subject: Fix xend config typos X-Git-Tag: 3.3.0-rc1~238^2~61 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=2023e7a5c40e94ac3ee6221e2c8e77e8d15c83b4;p=xen.git Fix xend config typos Signed-off-by: Zhigang Wang --- diff --git a/tools/examples/xend-config-xenapi.sxp b/tools/examples/xend-config-xenapi.sxp index dcbddf959e..dc9517d7cd 100644 --- a/tools/examples/xend-config-xenapi.sxp +++ b/tools/examples/xend-config-xenapi.sxp @@ -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 diff --git a/tools/examples/xend-config.sxp b/tools/examples/xend-config.sxp index dc8a209922..8f3b2d77c5 100644 --- a/tools/examples/xend-config.sxp +++ b/tools/examples/xend-config.sxp @@ -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