]> git.pld-linux.org Git - packages/qemu.git/commitdiff
Rel 3; don't log qemu-ga to filesystem (which can be froozen in case of kvm backups... auto/th/qemu-7.1.0-3
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 2 Feb 2023 12:01:10 +0000 (13:01 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 2 Feb 2023 12:01:10 +0000 (13:01 +0100)
qemu-guest-agent.init
qemu.spec

index 2ca1ec56df4013a4635b98485b70fa2611c87613..9aa57cdedbd02aec789821d38bc9ed53a4c99e3e 100755 (executable)
@@ -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
 }
index 43ae48e5665e2fa0a9d49c7cffc540e41b045d3f..9820e1230370ce6cc58e28e4d4c0a445bbafe078 100644 (file)
--- 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
This page took 0.131914 seconds and 4 git commands to generate.