summaryrefslogtreecommitdiff
path: root/sysutils/xentools30/patches/patch-bc
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/xentools30/patches/patch-bc')
-rw-r--r--sysutils/xentools30/patches/patch-bc16
1 files changed, 8 insertions, 8 deletions
diff --git a/sysutils/xentools30/patches/patch-bc b/sysutils/xentools30/patches/patch-bc
index 71b56a68251..e8188843c53 100644
--- a/sysutils/xentools30/patches/patch-bc
+++ b/sysutils/xentools30/patches/patch-bc
@@ -1,17 +1,17 @@
-$NetBSD: patch-bc,v 1.1.1.1 2006/07/02 16:49:31 bouyer Exp $
+$NetBSD: patch-bc,v 1.2 2006/10/19 22:57:13 bouyer Exp $
---- python/xen/xm/create.py.orig 2006-01-31 17:09:21.000000000 +0100
-+++ python/xen/xm/create.py
-@@ -64,7 +64,7 @@ gopts.opt('quiet', short='q',
+--- python/xen/xm/create.py.orig 2006-10-16 22:28:16.000000000 +0200
++++ python/xen/xm/create.py 2006-10-16 22:29:02.000000000 +0200
+@@ -64,7 +64,7 @@
use="Quiet.")
gopts.opt('path', val='PATH',
- fn=set_value, default='.:/etc/xen',
+ fn=set_value, default='.:@XENDCONFDIR@',
- use="""Search path for configuration scripts.
- The value of PATH is a colon-separated directory list.""")
+ use="Search path for configuration scripts. "
+ "The value of PATH is a colon-separated directory list.")
-@@ -279,7 +279,7 @@ gopts.var('vtpm', val="instance=INSTANCE
+@@ -298,7 +298,7 @@
preferred instance number. The hotplug script will determine
which instance number will actually be assigned to the domain.
The associtation between virtual machine and the TPM instance
@@ -19,4 +19,4 @@ $NetBSD: patch-bc,v 1.1.1.1 2006/07/02 16:49:31 bouyer Exp $
+ number can be found in @XENDCONFDIR@/vtpm.db. Use the backend in the
given domain.""")
- gopts.var('nics', val="NUM",
+ gopts.var('access_control', val="policy=POLICY,label=LABEL",