]> git.pld-linux.org Git - packages/xen.git/blame - xen-dumpdir.patch
- started update to 4.5.1 (note: new sonames, xend is gone)
[packages/xen.git] / xen-dumpdir.patch
CommitLineData
47f313fa
JR
1diff -up xen-3.4.0/tools/Makefile.dump xen-3.4.0/tools/Makefile
2--- xen-3.4.0/tools/Makefile.dump 2009-05-18 13:05:38.000000000 +0200
3+++ xen-3.4.0/tools/Makefile 2009-05-20 17:03:26.000000000 +0200
4@@ -46,7 +46,7 @@ all: subdirs-all
5
6 .PHONY: install
7 install: subdirs-install
8- $(INSTALL_DIR) $(DESTDIR)/var/xen/dump
9+ $(INSTALL_DIR) $(DESTDIR)/var/lib/xen/dump
10 $(INSTALL_DIR) $(DESTDIR)/var/log/xen
11 $(INSTALL_DIR) $(DESTDIR)/var/lib/xen
12 $(INSTALL_DIR) $(DESTDIR)/var/lock/subsys
32d7e160
JB
13--- xen-4.5.1/tools/libxl/xl_cmdimpl.c.orig 2015-06-22 15:41:35.000000000 +0200
14+++ xen-4.5.1/tools/libxl/xl_cmdimpl.c 2015-10-01 17:45:14.267331067 +0200
15@@ -2092,7 +2092,7 @@
16 char *corefile;
17 int rc;
18
19- if (asprintf(&corefile, "/var/xen/dump/%s", d_config->c_info.name) < 0) {
20+ if (asprintf(&corefile, "/var/lib/xen/dump/%s", d_config->c_info.name) < 0) {
21 LOG("failed to construct core dump path");
22 } else {
23 LOG("dumping core to %s", corefile);
24--- xen-4.5.1/docs/man/xl.cfg.pod.5.orig 2015-06-22 15:41:35.000000000 +0200
25+++ xen-4.5.1/docs/man/xl.cfg.pod.5 2015-10-01 17:46:38.750661228 +0200
26@@ -298,12 +298,12 @@
27
28 =item B<coredump-destroy>
29
30-write a "coredump" of the domain to F</var/xen/dump/NAME> and then
31+write a "coredump" of the domain to F</var/lib/xen/dump/NAME> and then
32 destroy the domain.
33
34 =item B<coredump-restart>
35
36-write a "coredump" of the domain to F</var/xen/dump/NAME> and then
37+write a "coredump" of the domain to F</var/lib/xen/dump/NAME> and then
38 restart the domain.
39
40 =back
41@@ -1605,7 +1605,7 @@
42 =head1 FILES
43
44 F</etc/xen/NAME.cfg>
45-F</var/xen/dump/NAME>
46+F</var/lib/xen/dump/NAME>
47
48 =head1 BUGS
49
This page took 0.028368 seconds and 4 git commands to generate.