ia64/xen-unstable
changeset 17535:eb111919e8e0
Fix xend config typos
Signed-off-by: Zhigang Wang <zhigang.x.wang@oracle.com>
Signed-off-by: Zhigang Wang <zhigang.x.wang@oracle.com>
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Thu May 01 09:50:58 2008 +0100 (2008-05-01) |
parents | 1e169f4e8e72 |
children | 2ab9f85f221f |
files | tools/examples/xend-config-xenapi.sxp tools/examples/xend-config.sxp |
line diff
1.1 --- a/tools/examples/xend-config-xenapi.sxp Thu May 01 09:50:16 2008 +0100 1.2 +++ b/tools/examples/xend-config-xenapi.sxp Thu May 01 09:50:58 2008 +0100 1.3 @@ -66,9 +66,9 @@ 1.4 1.5 1.6 # Address and port xend should use for the legacy TCP XMLRPC interface, 1.7 -# if xen-tcp-xmlrpc-server is set. 1.8 -#(xen-tcp-xmlrpc-server-address 'localhost') 1.9 -#(xen-tcp-xmlrpc-server-port 8006) 1.10 +# if xend-tcp-xmlrpc-server is set. 1.11 +#(xend-tcp-xmlrpc-server-address 'localhost') 1.12 +#(xend-tcp-xmlrpc-server-port 8006) 1.13 1.14 # SSL key and certificate to use for the legacy TCP XMLRPC interface. 1.15 # Setting these will mean that this port serves only SSL connections as
2.1 --- a/tools/examples/xend-config.sxp Thu May 01 09:50:16 2008 +0100 2.2 +++ b/tools/examples/xend-config.sxp Thu May 01 09:50:58 2008 +0100 2.3 @@ -64,9 +64,9 @@ 2.4 2.5 2.6 # Address and port xend should use for the legacy TCP XMLRPC interface, 2.7 -# if xen-tcp-xmlrpc-server is set. 2.8 -#(xen-tcp-xmlrpc-server-address 'localhost') 2.9 -#(xen-tcp-xmlrpc-server-port 8006) 2.10 +# if xend-tcp-xmlrpc-server is set. 2.11 +#(xend-tcp-xmlrpc-server-address 'localhost') 2.12 +#(xend-tcp-xmlrpc-server-port 8006) 2.13 2.14 # SSL key and certificate to use for the legacy TCP XMLRPC interface. 2.15 # Setting these will mean that this port serves only SSL connections as