blob: 9b2202614dd41c2901d59f304bf83ca43c9f7e77 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
$NetBSD: patch-at,v 1.1 2005/05/24 16:02:08 xtraeme Exp $
--- 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"
|