initial commit of file from CVS for smeserver-clamav on Mon 10 Jul 08:35:52 BST 2023
This commit is contained in:
7
root/etc/e-smith/db/configuration/migrate/clamdSelfCheck
Normal file
7
root/etc/e-smith/db/configuration/migrate/clamdSelfCheck
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
my $clamd = $DB->get('clamd');
|
||||
return unless $clamd;
|
||||
|
||||
my $size = 600;
|
||||
$DB->set_prop('clamd', 'SelfCheck', $size);
|
||||
}
|
Reference in New Issue
Block a user