Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / sysutils / xentools3 / patches / patch-bc
blobb5c5379a202f0a6dace924cbd1263ba5a0c9e023
1 $NetBSD: patch-bc,v 1.3 2007/04/28 17:14:52 bouyer Exp $
3 --- python/xen/xm/create.py.orig        2007-04-25 22:19:55.000000000 +0200
4 +++ python/xen/xm/create.py     2007-04-25 22:20:12.000000000 +0200
5 @@ -64,7 +64,7 @@
6            use="Quiet.")
7  
8  gopts.opt('path', val='PATH',
9 -          fn=set_value, default='.:/etc/xen',
10 +          fn=set_value, default='.:@XENDCONFDIR@',
11            use="Search path for configuration scripts. "
12            "The value of PATH is a colon-separated directory list.")
14 @@ -318,7 +318,7 @@
15            preferred instance number. The hotplug script will determine
16            which instance number will actually be assigned to the domain.
17            The associtation between virtual machine and the TPM instance
18 -          number can be found in /etc/xen/vtpm.db. Use the backend in the
19 +          number can be found in @XENDCONFDIR@/vtpm.db. Use the backend in the
20            given domain.
21            The type parameter can be used to select a specific driver type
22            that the VM can use. To prevent a fully virtualized domain (HVM)