in version numbers, and upgrade to 3.1.0. Changes since 3.0.4: * XenAPI 1.0 support o XML configuration files for virtual machines; o VM life-cycle management operations; and o Secure on- or off-box XML-RPC with bindings for many languages * Basic save/restore/migrate support for HVM (e.g. Windows) VMs; * Dynamic memory control for HVM guests; * 32-on-64 PV guest support (run PAE PV VMs on a 64-bit Xen!); and * Blktap copy-on-write disk support. It also fixes some HVM bugs.
13 lines
518 B
Text
13 lines
518 B
Text
$NetBSD: patch-bb,v 1.1.1.1 2007/06/14 19:39:46 bouyer Exp $
|
|
|
|
--- python/xen/xend/XendOptions.py.orig 2007-05-27 14:34:33.000000000 +0200
|
|
+++ python/xen/xend/XendOptions.py 2007-05-27 14:35:35.000000000 +0200
|
|
@@ -281,7 +281,7 @@
|
|
class XendOptionsFile(XendOptions):
|
|
|
|
"""Default path to the config file."""
|
|
- config_default = "/etc/xen/xend-config.sxp"
|
|
+ config_default = "@XENDCONFDIR@/xend-config.sxp"
|
|
|
|
"""Environment variable used to override config_default."""
|
|
config_var = "XEND_CONFIG"
|