]> git.proxmox.com Git - pve-installer.git/commitdiff
Revert "change clamav daily database name to daily.cld"
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 22 Nov 2017 07:06:27 +0000 (08:06 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 22 Nov 2017 07:06:27 +0000 (08:06 +0100)
This reverts commit c77c1c4faad6b38919df455986ab81fa4b08257d.

now pve-cd-builder make sure we get cvd files.

proxinstall

index bfa9e4b767e6f89787ad0415f22d8d49df50299d..ca1e4b7c6ce5a57b1772b24f51a22ba2915aecb3 100755 (executable)
@@ -1510,7 +1510,7 @@ _EOD
        if ($setup->{product} eq 'pmg') {
            # install initial clamav DB
            my $srcdir = "${proxmox_cddir}/proxmox/clamav";
-           foreach my $fn ("main.cvd", "bytecode.cvd", "daily.cld", "safebrowsing.cvd") {
+           foreach my $fn ("main.cvd", "bytecode.cvd", "daily.cvd", "safebrowsing.cvd") {
                syscmd ("cp \"$srcdir/$fn\" \"$targetdir/var/lib/clamav\"") == 0 ||
                    die "installation of clamav db file '$fn' failed\n";
            }