[PATCH 3/3] qemu_shim: Update temporary directory template

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The template still references libvirt-qemu-shim, which was at one
point the name used to refer to what we now know as virt-qemu-run.

Signed-off-by: Andrea Bolognani <abologna@xxxxxxxxxx>
---
 src/qemu/qemu_shim.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/qemu/qemu_shim.c b/src/qemu/qemu_shim.c
index 6c6029e232..07ae6eab90 100644
--- a/src/qemu/qemu_shim.c
+++ b/src/qemu/qemu_shim.c
@@ -151,7 +151,7 @@ int main(int argc, char **argv)
     signal(SIGHUP, qemuShimSigShutdown);
 
     if (root == NULL) {
-        if (!(root = g_dir_make_tmp("libvirt-qemu-shim-XXXXXX", &error))) {
+        if (!(root = g_dir_make_tmp("virt-qemu-run-XXXXXX", &error))) {
             g_printerr("%s: cannot create temporary dir: %s\n",
                        argv[0], error->message);
             return 1;
-- 
2.24.1





[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux