Go to file
Thomas Lamprecht ed183bcec8 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:34:07 +02:00
debian bump version to 1.0-2 2017-01-25 10:05:54 +01:00
PVE AbstractMigrate: do not overwrite global signal handlers 2017-09-07 10:34:07 +02:00
Makefile buildsys: update make upload target 2017-03-13 11:28:22 +01:00