blob: 06522cbec4aed13368aba401ab4754922f8a5b6a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-bf,v 1.1.1.1 2007/06/14 19:39:46 bouyer Exp $
--- python/xen/xm/addlabel.py.orig 2006-10-15 14:22:03.000000000 +0200
+++ python/xen/xm/addlabel.py 2006-10-19 21:51:26.000000000 +0200
@@ -133,7 +133,7 @@
if argv[2].lower() == "dom":
configfile = argv[3]
if configfile[0] != '/':
- for prefix in [".", "/etc/xen"]:
+ for prefix in [".", "@XENDCONFDIR@"]:
configfile = prefix + "/" + configfile
if os.path.isfile(configfile):
break
|