Fix clam conf in template

This commit is contained in:
Daniel Berteaud 2013-11-20 13:42:47 +01:00
parent 2772c898b1
commit 6ebe98890e
1 changed files with 1 additions and 1 deletions

View File

@ -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
}