]> git.proxmox.com Git - pve-guest-common.git/commit
vzdump: move registration of vzdump.cron from manager to guest-common to avoid cyclic...
authorChristian Ebner <c.ebner@proxmox.com>
Tue, 15 Oct 2019 11:00:19 +0000 (13:00 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 18 Oct 2019 05:47:23 +0000 (07:47 +0200)
commite2a0a93be037f6f4496c957272c9f30de96fd49e
tree20616c256f9fbe4cba130d7b3655f96966fc00a5
parent5ee5f8873ea494339fe7251b0a3e46d99d931c81
vzdump: move registration of vzdump.cron from manager to guest-common to avoid cyclic dependency

The registration of the vzdump.cron file was handled in pve-manager.
By moving the relevant code to pve-guest-common, cyclic dependencies
for cfs registration are avoided.
This makes this patch of guest-common a build dependency for the other
packages touched in this patch series.

Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
Makefile
PVE/VZDump/Common.pm [new file with mode: 0644]