pkgsrc/sysutils/xentools48/patches/patch-tools_libxl_libxl_dom.c
bouyer 24a2c4b7fd Move /var/lib/xenstored to /var/run, so that it is automatically cleared
on reboot. From Greg A. Woods in PR pkg/53095
Bump PKGREVISION.
2018-03-13 15:15:01 +00:00

13 lines
518 B
C

$NetBSD: patch-tools_libxl_libxl_dom.c,v 1.1 2018/03/13 15:15:01 bouyer Exp $
--- tools/libxl/libxl_dom.c.orig
+++ tools/libxl/libxl_dom.c
@@ -1361,7 +1361,7 @@ const char *libxl__userdata_path(libxl__gc *gc, uint32_t domid,
goto out;
}
uuid_string = GCSPRINTF(LIBXL_UUID_FMT, LIBXL_UUID_BYTES(info.uuid));
- path = GCSPRINTF(XEN_LIB_DIR "/userdata-%s.%u.%s.%s",
+ path = GCSPRINTF(XEN_RUN_DIR "/userdata-%s.%u.%s.%s",
wh, domid, uuid_string, userdata_userid);
out: