5
0
mirror of git://git.proxmox.com/git/pve-guest-common.git synced 2024-12-28 07:21:36 +03:00
Go to file
Thomas Lamprecht ee966a3f7a AbstractMigrate: do not overwrite global signal handlers
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.

This may cause weird behaviour where daemons seemingly do not get
terminating signals delivered correctly and thus may not shutdown
gracefully anymore.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2017-09-07 10:32:08 +02:00
debian bump version to 2.0-11 2017-07-03 14:51:10 +02:00
PVE AbstractMigrate: do not overwrite global signal handlers 2017-09-07 10:32:08 +02:00
Makefile bump version to 2.0-11 2017-07-03 14:51:10 +02:00