aboutsummaryrefslogtreecommitdiffstats
path: root/main/xen/init-xenstore-domain.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-01-03 14:34:49 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2014-01-03 14:34:49 +0100
commit4c825a2884ff2910d84d948141f320bd3fad3b6c (patch)
tree2b716be6f53c96a4032c82733570cdfa9f77d936 /main/xen/init-xenstore-domain.patch
parent4cad79e1479275551ca09bb663b23f8bcb4853bc (diff)
downloadaports-4c825a2884ff2910d84d948141f320bd3fad3b6c.tar.bz2
aports-4c825a2884ff2910d84d948141f320bd3fad3b6c.tar.xz
Revert "main/xen: implement experimental support for running the xenstore as a stubdomain"
fails to build and blocks build server This reverts commit 157e38bfbb80daadeea3df319acaa6a098a7c280.
Diffstat (limited to 'main/xen/init-xenstore-domain.patch')
-rw-r--r--main/xen/init-xenstore-domain.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/main/xen/init-xenstore-domain.patch b/main/xen/init-xenstore-domain.patch
deleted file mode 100644
index 0f529efdc2..0000000000
--- a/main/xen/init-xenstore-domain.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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)
-+ $(INSTALL_PROG) init-xenstore-domain $(DESTDIR)$(BINDIR)
- set -e ; for c in $(CLIENTS) ; do \
- ln -f $(DESTDIR)$(BINDIR)/xenstore $(DESTDIR)$(BINDIR)/$${c} ; \
- done