mirror of
https://git.proxmox.com/git/qemu-server
synced 2026-01-25 21:32:16 +00:00
perls 'local' must be either used in front of each $SIG{...}
assignments or they must be put in a list, else it affects only the
first variable and the rest are *not* in local context.
In all cases the global signal handlers we overwrote were in cli programs or
forked workers, not in daemons.
|
||
|---|---|---|
| .. | ||
| ImportDisk.pm | ||
| Makefile | ||
| Memory.pm | ||
| PCI.pm | ||
| USB.pm | ||