Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,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