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] Fix xend config typos

# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1209631858 -3600
# Node ID eb111919e8e0fb97ce14cc64e1dac038934b7878
# Parent  1e169f4e8e727e8f32a476d4b4eb8bd5504a362f
Fix xend config typos

Signed-off-by: Zhigang Wang <zhigang.x.wang@xxxxxxxxxx>
---
 tools/examples/xend-config-xenapi.sxp |    6 +++---
 tools/examples/xend-config.sxp        |    6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff -r 1e169f4e8e72 -r eb111919e8e0 tools/examples/xend-config-xenapi.sxp
--- a/tools/examples/xend-config-xenapi.sxp     Thu May 01 09:50:16 2008 +0100
+++ b/tools/examples/xend-config-xenapi.sxp     Thu May 01 09:50:58 2008 +0100
@@ -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 -r 1e169f4e8e72 -r eb111919e8e0 tools/examples/xend-config.sxp
--- a/tools/examples/xend-config.sxp    Thu May 01 09:50:16 2008 +0100
+++ b/tools/examples/xend-config.sxp    Thu May 01 09:50:58 2008 +0100
@@ -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-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] Fix xend config typos, Xen patchbot-unstable <=