aboutsummaryrefslogtreecommitdiffstats
path: root/main/xen/init-xenstore-domain.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-10-29 13:50:28 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-10-29 15:18:02 +0000
commit1e0864dfc2222c7a623cf8eefa098700e17f304a (patch)
tree7dcb90c07506d5fd05bb677372277ad1e2791d70 /main/xen/init-xenstore-domain.patch
parentf3da078305d1ccc488e6948a1c1e9136edc21529 (diff)
downloadaports-1e0864dfc2222c7a623cf8eefa098700e17f304a.tar.bz2
aports-1e0864dfc2222c7a623cf8eefa098700e17f304a.tar.xz
main/xen: upgrade to 4.6.0 and fix sec issues
Diffstat (limited to 'main/xen/init-xenstore-domain.patch')
-rw-r--r--main/xen/init-xenstore-domain.patch14
1 files changed, 7 insertions, 7 deletions
diff --git a/main/xen/init-xenstore-domain.patch b/main/xen/init-xenstore-domain.patch
index 0f529efdc2..5c170608f8 100644
--- a/main/xen/init-xenstore-domain.patch
+++ b/main/xen/init-xenstore-domain.patch
@@ -1,10 +1,10 @@
---- xen-4.3.1.orig/tools/xenstore/Makefile
-+++ xen-4.3.1/tools/xenstore/Makefile
-@@ -118,6 +118,7 @@
- $(INSTALL_PROG) xenstored $(DESTDIR)$(SBINDIR)
- $(INSTALL_PROG) xenstore-control $(DESTDIR)$(BINDIR)
- $(INSTALL_PROG) xenstore $(DESTDIR)$(BINDIR)
+--- ./tools/xenstore/Makefile.orig
++++ ./tools/xenstore/Makefile
+@@ -139,6 +139,7 @@
+ endif
+ $(INSTALL_PROG) xenstore-control $(DESTDIR)$(bindir)
+ $(INSTALL_PROG) xenstore $(DESTDIR)$(bindir)
+ $(INSTALL_PROG) init-xenstore-domain $(DESTDIR)$(BINDIR)
set -e ; for c in $(CLIENTS) ; do \
- ln -f $(DESTDIR)$(BINDIR)/xenstore $(DESTDIR)$(BINDIR)/$${c} ; \
+ ln -f $(DESTDIR)$(bindir)/xenstore $(DESTDIR)$(bindir)/$${c} ; \
done