Parent Directory | Revision Log | Revision Graph
* Thu Dec 23 2021 Brian Read <brianr@bjsystems.co.uk> 0.2.3-7.sme - Correct-clam-dir-in-60clamscan [SME: 11820]
1 | brianr | 1.1 | diff -urN smeserver-dl-0.2.3.old/root/etc/e-smith/templates/etc/dl.php/60ClamScan smeserver-dl-0.2.3/root/etc/e-smith/templates/etc/dl.php/60ClamScan |
2 | --- smeserver-dl-0.2.3.old/root/etc/e-smith/templates/etc/dl.php/60ClamScan 2021-12-23 11:06:29.170723070 +0000 | ||
3 | +++ smeserver-dl-0.2.3/root/etc/e-smith/templates/etc/dl.php/60ClamScan 2021-12-23 11:21:07.218088371 +0000 | ||
4 | @@ -16,7 +16,7 @@ | ||
5 | # 1MB of margin to be sure we don't go over clamd limit | ||
6 | $limit -= 1024 * 1024; | ||
7 | $OUT .=<<"EOF"; | ||
8 | -\$clamdSocket = 'unix:///var/run/clam/clamd.socket'; | ||
9 | +\$clamdSocket = 'unix:///var/run/clamd/clamd.socket'; | ||
10 | \$scanMax = $limit; | ||
11 | EOF | ||
12 | } |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |