24a2c4b7fd
on reboot. From Greg A. Woods in PR pkg/53095 Bump PKGREVISION.
13 lines
518 B
C
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:
|