* Wed Mar 05 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-5.sme

- change key type from service to configuration [SME: 11367]
This commit is contained in:
2025-03-05 19:01:39 -05:00
parent da6aa27550
commit 0017726fa9
4 changed files with 11 additions and 3 deletions

View File

@@ -1 +1 @@
service
configuration

View File

@@ -0,0 +1,6 @@
{
foreach my $sservice (qw(clamav)) {
$DB->set_prop($sservice, "type", "configuration") if ${$sservice}{type} eq "service";
}
}