- I missed to remove the - in front of the clamavctrl which always occurs with the clamav rootfile. - This patch corrects that.
Signed-off-by: Adolf Belka <[email protected]> --- config/rootfiles/packages/clamav | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/rootfiles/packages/clamav b/config/rootfiles/packages/clamav index 8cef24999..0fe438477 100644 --- a/config/rootfiles/packages/clamav +++ b/config/rootfiles/packages/clamav @@ -172,4 +172,4 @@ var/ipfire/clamav/clamd.conf.sample var/ipfire/clamav/freshclam.conf var/ipfire/clamav/freshclam.conf.sample var/lib/clamav --usr/local/bin/clamavctrl +usr/local/bin/clamavctrl -- 2.53.0
