14 lines
496 B
Plaintext
14 lines
496 B
Plaintext
$NetBSD: patch-bh,v 1.1.1.1 2007/06/14 19:39:46 bouyer Exp $
|
|
|
|
--- python/xen/xm/rmlabel.py.orig 2006-10-15 14:22:03.000000000 +0200
|
|
+++ python/xen/xm/rmlabel.py 2006-10-19 21:52:58.000000000 +0200
|
|
@@ -60,7 +60,7 @@
|
|
file = configfile
|
|
fd = open(file, "rb")
|
|
else:
|
|
- for prefix in [".", "/etc/xen"]:
|
|
+ for prefix in [".", "@XENDCONFDIR@"]:
|
|
file = prefix + "/" + configfile
|
|
if os.path.isfile(file):
|
|
fd = open(file, "rb")
|