Add files from parent branch HEAD:
[pkgsrcv2.git] / sysutils / xentools20 / patches / patch-at
1 $NetBSD$
2
3 --- python/xen/xend/XendRoot.py.orig    2005-05-24 06:36:02.000000000 +0200
4 +++ python/xen/xend/XendRoot.py 2005-05-24 06:36:47.000000000 +0200
5 @@ -28,16 +28,16 @@
6      dbroot_default = "/var/lib/xen/xend-db"
7  
8      """Default path to the config file."""
9 -    config_default = "/etc/xen/xend-config.sxp"
10 +    config_default = "@XENDCONFDIR@/xend-config.sxp"
11  
12      """Environment variable used to override config_default."""
13      config_var     = "XEND_CONFIG"
14  
15      """Where network control scripts live."""
16 -    network_script_dir = "/etc/xen/scripts"
17 +    network_script_dir = "@XENDCONFDIR@"
18  
19      """Where block control scripts live."""
20 -    block_script_dir = "/etc/xen/scripts"
21 +    block_script_dir = "@XENDCONFDIR@"
22  
23      """Default path to the log file. """
24      logfile_default = "/var/log/xend.log"