[packages/qemu] Rel 3; don't log qemu-ga to filesystem (which can be froozen in case of kvm backups thus preventing
arekm
arekm at pld-linux.org
Thu Feb 2 13:01:41 CET 2023
commit efaa2eb00416462794b8b9522a8128b845041467
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Thu Feb 2 13:01:10 2023 +0100
Rel 3; don't log qemu-ga to filesystem (which can be froozen in case of kvm backups thus preventing qemu-ga from working)
qemu-guest-agent.init | 2 +-
qemu.spec | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/qemu.spec b/qemu.spec
index 43ae48e..9820e12 100644
--- a/qemu.spec
+++ b/qemu.spec
@@ -44,7 +44,7 @@ Summary: QEMU CPU Emulator
Summary(pl.UTF-8): QEMU - emulator procesora
Name: qemu
Version: 7.1.0
-Release: 2
+Release: 3
License: GPL v2, BSD (edk2 firmware files)
Group: Applications/Emulators
Source0: https://download.qemu.org/%{name}-%{version}.tar.xz
diff --git a/qemu-guest-agent.init b/qemu-guest-agent.init
index 2ca1ec5..9aa57cd 100755
--- a/qemu-guest-agent.init
+++ b/qemu-guest-agent.init
@@ -60,7 +60,7 @@ start() {
checkconfig
msg_starting "qemu-ga"
- daemon /usr/bin/qemu-ga -d -l /var/log/qemu-ga
+ daemon /usr/bin/qemu-ga -d
RETVAL=$?
[ $RETVAL -eq 0 ] && touch /var/lock/subsys/qemu-ga
}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/qemu.git/commitdiff/efaa2eb00416462794b8b9522a8128b845041467
More information about the pld-cvs-commit
mailing list