smeserver-clamrt/root/etc/e-smith/templates/etc/clamrt.list/00setup

12 lines
185 B
Plaintext

{
use esmith::AccountsDB;
my $a = esmith::AccountsDB->open_ro || die "Couldn't open AccountsDB\n";
@ibays = $a->ibays();
@shares = $a->get_all_by_prop(type=>'share');
$OUT .= '';
}