$NetBSD$

--- python/xen/xend/XendRoot.py.orig	2005-05-24 06:36:02.000000000 +0200
+++ python/xen/xend/XendRoot.py	2005-05-24 06:36:47.000000000 +0200
@@ -28,16 +28,16 @@
     dbroot_default = "/var/lib/xen/xend-db"
 
     """Default path to the config file."""
-    config_default = "/etc/xen/xend-config.sxp"
+    config_default = "@XENDCONFDIR@/xend-config.sxp"
 
     """Environment variable used to override config_default."""
     config_var     = "XEND_CONFIG"
 
     """Where network control scripts live."""
-    network_script_dir = "/etc/xen/scripts"
+    network_script_dir = "@XENDCONFDIR@"
 
     """Where block control scripts live."""
-    block_script_dir = "/etc/xen/scripts"
+    block_script_dir = "@XENDCONFDIR@"
 
     """Default path to the log file. """
     logfile_default = "/var/log/xend.log"
