Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / sysutils / xentools3 / patches / patch-bh
blob9918d9192d30cc8e7fb043f10163287bed67d601
1 $NetBSD: patch-bh,v 1.2 2006/10/19 22:57:13 bouyer Exp $
3 --- python/xen/xm/rmlabel.py.orig       2006-10-15 14:22:03.000000000 +0200
4 +++ python/xen/xm/rmlabel.py    2006-10-19 21:52:58.000000000 +0200
5 @@ -60,7 +60,7 @@
6          file = configfile
7          fd = open(file, "rb")
8      else:
9 -        for prefix in [".", "/etc/xen"]:
10 +        for prefix in [".", "@XENDCONFDIR@"]:
11              file = prefix + "/" + configfile
12              if os.path.isfile(file):
13                  fd = open(file, "rb")