$NetBSD: patch-bc,v 1.1.1.1 2006/07/02 16:49:31 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',
           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.""")
 
@@ -279,7 +279,7 @@ gopts.var('vtpm', val="instance=INSTANCE
           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
-          number can be found in /etc/xen/vtpm.db. Use the backend in the
+          number can be found in @XENDCONFDIR@/vtpm.db. Use the backend in the
           given domain.""")
 
 gopts.var('nics', val="NUM",
