mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 11:52:55 -04:00
25 lines
870 B
Plaintext
25 lines
870 B
Plaintext
$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"
|