From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4fSG7y2rCsz33rH for ; Fri, 06 Mar 2026 19:05:34 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4fSG7v06TBz2xXH for ; Fri, 06 Mar 2026 19:05:31 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4fSG7t044bz3Xn; Fri, 06 Mar 2026 19:05:29 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1772823930; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=hywrnzS2ZhAibpJBUGhTs3qgHsLmIJSbcJad+ywHALc=; b=KN5OMjFEO48kPet1XFJ2HmaNyVovmOywzt8s0KdE/EjRzbJBKv05Y3g4yfLduP3tW1O3U7 QiHLz3cZ0BHhrkAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1772823930; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=hywrnzS2ZhAibpJBUGhTs3qgHsLmIJSbcJad+ywHALc=; b=PTHfcFy/CNezIEdnwMOLQvwNybRAkQMQNKwZsZxXGeTpsKjM4/pG+E2BoXpp1PHc5/xIbE 5auscFxHTHXJ0BgNzW/eQtxk2i7aIOMvSs+oE+J0Xa2vl9cFdp5JYrqNfads9fUKDm5fFC Cet7W0jjPO/ctYobI2hMeKChA7L5uHuIlgdFISC/y1D7SSsCGMj2LdQ6JpECWuVD/J0TDV 1j+CbGFI9BPmjKcsSj9P2Tx2oOkx9tIm30cV8TYPmImXnUcZ2yiPboXZwJd+hdA++yTLpu BVn5MDP/GAMF8KjbSRM49nu+Qf2JkT1owYIgtBo0xhS6eStzzqUC+2gJ0IzsTA== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] clamav: Fix rootfile Date: Fri, 6 Mar 2026 20:05:24 +0100 Message-ID: <20260306190524.119206-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit - 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 --- 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