mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-07 19:30:47 -04:00
14 lines
545 B
Plaintext
14 lines
545 B
Plaintext
$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
|