summaryrefslogtreecommitdiff
path: root/sysutils/xentools33/patches/patch-be
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/xentools33/patches/patch-be')
-rw-r--r--sysutils/xentools33/patches/patch-be13
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/xentools33/patches/patch-be b/sysutils/xentools33/patches/patch-be
new file mode 100644
index 00000000000..092480ff20c
--- /dev/null
+++ b/sysutils/xentools33/patches/patch-be
@@ -0,0 +1,13 @@
+$NetBSD: patch-be,v 1.1.1.1 2008/08/07 20:26:58 cegger Exp $
+
+--- python/xen/xm/getlabel.py.orig 2008-08-01 16:38:07.000000000 +0200
++++ python/xen/xm/getlabel.py
+@@ -59,7 +59,7 @@ def get_domain_label(configfile):
+ if configfile[0] == '/':
+ fd = open(configfile, "rb")
+ else:
+- for prefix in [".", "/etc/xen"]:
++ for prefix in [".", "@XENDCONFDIR@"]:
+ abs_file = prefix + "/" + configfile
+ if os.path.isfile(abs_file):
+ fd = open(abs_file, "rb")