aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAnthony PERARD <anthony.perard@citrix.com>2011-06-27 17:07:35 +0100
committerAnthony PERARD <anthony.perard@citrix.com>2011-06-27 17:07:35 +0100
commit3182373aa4595b773b40b66b8931a6549caec13c (patch)
treecd0efd4d39237669952c754a02823ada68cb6abd /config
parent9b660e230a2d9074b8814d979bba27f03d9be12d (diff)
downloadxen-3182373aa4595b773b40b66b8931a6549caec13c.tar.gz
xen-3182373aa4595b773b40b66b8931a6549caec13c.tar.bz2
xen-3182373aa4595b773b40b66b8931a6549caec13c.zip
tools: Introduce XEN_RUN_DIR path.
This patch also add libxl_run_dir_path() function in libxl. Signed-off-by: Anthony PERARD <anthony.perard@citrix.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'config')
-rw-r--r--config/StdGNU.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/StdGNU.mk b/config/StdGNU.mk
index 25aeb4d819..68fa226884 100644
--- a/config/StdGNU.mk
+++ b/config/StdGNU.mk
@@ -52,9 +52,11 @@ PRIVATE_BINDIR = $(PRIVATE_PREFIX)/bin
ifeq ($(PREFIX),/usr)
CONFIG_DIR = /etc
XEN_LOCK_DIR = /var/lock
+XEN_RUN_DIR = /var/run/xen
else
CONFIG_DIR = $(PREFIX)/etc
XEN_LOCK_DIR = $(PREFIX)/var/lock
+XEN_RUN_DIR = $(PREFIX)/var/run/xen
endif
SYSCONFIG_DIR = $(CONFIG_DIR)/$(CONFIG_LEAF_DIR)