smeserver-clamrt/root/etc/e-smith/templates/etc/clamrt.list/10shares

15 lines
290 B
Plaintext
Raw Normal View History

2012-07-02 22:20:31 +02:00
{
foreach my $share (@shares){
my $name = $share->key;
my $av = $share->prop('ClamRT') || 'disabled';
next unless ($av eq 'enabled');
$OUT .= "/home/e-smith/files/shares/$name/files\n";
}
2012-07-03 08:51:44 +02:00
<<<<<<< HEAD
2012-07-02 22:20:31 +02:00
2012-07-03 08:51:44 +02:00
=======
2012-07-02 22:44:07 +02:00
$OUT .= '';
2012-07-03 08:51:44 +02:00
>>>>>>> c99401afc73e86cc62d04be2dab94651b24af879
2012-07-02 22:20:31 +02:00
}