|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH 19 of 24] xenpaging: install into LIBEXEC dir
# HG changeset patch
# User Olaf Hering <olaf@xxxxxxxxx>
# Date 1317653619 -7200
# Node ID f9b5da9bcffdd96dcae4a26ead0b9c26507711e4
# Parent acc1ee9d0c10a961834029726d11227c2ff9e97b
xenpaging: install into LIBEXEC dir
In preparation of upcoming libxl integration,
move xenpaging binary from /usr/sbin/ to /usr/lib/xen/bin/
Signed-off-by: Olaf Hering <olaf@xxxxxxxxx>
diff -r acc1ee9d0c10 -r f9b5da9bcffd tools/xenpaging/Makefile
--- a/tools/xenpaging/Makefile
+++ b/tools/xenpaging/Makefile
@@ -24,8 +24,8 @@ xenpaging: $(OBJS)
install: all
$(INSTALL_DIR) $(DESTDIR)/var/lib/xen/xenpaging
- $(INSTALL_DIR) $(DESTDIR)$(SBINDIR)
- $(INSTALL_PROG) $(IBINS) $(DESTDIR)$(SBINDIR)
+ $(INSTALL_DIR) $(DESTDIR)$(LIBEXEC)
+ $(INSTALL_PROG) $(IBINS) $(DESTDIR)$(LIBEXEC)
clean:
rm -f *.o *~ $(DEPS) xen TAGS $(IBINS) $(LIB)
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] [PATCH 20 of 24] xenpaging: add XEN_PAGING_DIR / libxl_xenpaging_dir_path(), (continued)
- [Xen-devel] [PATCH 20 of 24] xenpaging: add XEN_PAGING_DIR / libxl_xenpaging_dir_path(), Olaf Hering
- [Xen-devel] [PATCH 04 of 24] xenpaging: update xenpaging_init, Olaf Hering
- [Xen-devel] [PATCH 02 of 24] xenpaging: remove obsolete comment in resume path, Olaf Hering
- [Xen-devel] [PATCH 08 of 24] xenpaging: compare both token and path when checking for @releaseDomain event, Olaf Hering
- [Xen-devel] [PATCH 14 of 24] libxl: add pid path to libxl__spawner_starting, Olaf Hering
- [Xen-devel] [PATCH 13 of 24] libxl: rename dm_xenstore_record_pid to libxl_spawner_record_pid, Olaf Hering
- [Xen-devel] [PATCH 12 of 24] libxl: rename libxl__device_model_starting, Olaf Hering
- [Xen-devel] [PATCH 06 of 24] xenpaging: track the number of paged-out pages, Olaf Hering
- [Xen-devel] [PATCH 19 of 24] xenpaging: install into LIBEXEC dir,
Olaf Hering <=
- [Xen-devel] [PATCH 22 of 24] xenpaging: watch the guests memory/target-tot_pages xenstore value, Olaf Hering
- [Xen-devel] [PATCH 21 of 24] xenpaging: use guests tot_pages as working target, Olaf Hering
- Re: [Xen-devel] [PATCH 00 of 24] xenpaging fixes for xen-unstable, Ian Campbell
|
|
|
|
|