diff --git a/root/etc/e-smith/templates/etc/dl.php/60ClamScan b/root/etc/e-smith/templates/etc/dl.php/60ClamScan index 24ac2fa..ba4f3fc 100644 --- a/root/etc/e-smith/templates/etc/dl.php/60ClamScan +++ b/root/etc/e-smith/templates/etc/dl.php/60ClamScan @@ -16,7 +16,7 @@ elsif ($max =~ m/K$/){ # 1MB of margin to be sure we don't go over clamd limit $limit -= 1024 * 1024; $OUT .=<<"EOF"; -\$clamdScan = 'unix:///var/clamav/clamd.socket'; +\$clamdSocket = 'unix:///var/clamav/clamd.socket'; \$scanMax = $limit; EOF }