Blob Blame History Raw
diff -rup xen-3.3.0-orig/tools/examples/xend-config.sxp xen-3.3.0-new/tools/examples/xend-config.sxp
--- xen-3.3.0-orig/tools/examples/xend-config.sxp	2008-08-29 11:36:41.000000000 +0100
+++ xen-3.3.0-new/tools/examples/xend-config.sxp	2008-08-29 11:40:02.000000000 +0100
@@ -54,14 +54,14 @@
 
 
 #(xend-http-server no)
-#(xend-unix-server no)
+(xend-unix-server yes)
 #(xend-tcp-xmlrpc-server no)
 #(xend-unix-xmlrpc-server yes)
 #(xend-relocation-server no)
 (xend-relocation-server yes)
 #(xend-relocation-ssl-server no)
 
-#(xend-unix-path /var/lib/xend/xend-socket)
+(xend-unix-path /var/lib/xend/xend-socket)
 
 
 # Address and port xend should use for the legacy TCP XMLRPC interface,