From patchwork Sat Jun 28 13:48:52 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8859 Return-Path: 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 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4bTv0k2BmZz3wnR for ; Sat, 28 Jun 2025 13:49:10 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4bTv0b4ZMcz76Z for ; Sat, 28 Jun 2025 13:49:03 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4bTv0Z4yKcz34NT for ; Sat, 28 Jun 2025 13:49:02 +0000 (UTC) X-Original-To: development@lists.ipfire.org 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 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4bTv0W5T1sz34LX for ; Sat, 28 Jun 2025 13:48:59 +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 4bTv0W3l4Sz91; Sat, 28 Jun 2025 13:48:59 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1751118539; 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: in-reply-to:in-reply-to:references:references; bh=eH+ubtgYPeQd/sJ3YczcSeG/+J6jWI3fAplc0eJrEj0=; b=JnIY6F4Ix59BcJYvdUi2rW3SUhh1N5qS5ZTrYGDz8ceE1oZZs3dtJvloNuHzuc7bG1u7Rf YvxsPJEbjrTHskAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1751118539; 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: in-reply-to:in-reply-to:references:references; bh=eH+ubtgYPeQd/sJ3YczcSeG/+J6jWI3fAplc0eJrEj0=; b=A1CG14Wr1eoS/DJpXPv9aiIQRubi70ci+fk3jn3suq3PSax0kevxQiW7tvykZBTQY9TL96 jCum8ayj6h1CPkNzcARbUesgkCK67ojvvJ+TkH51zLpGC/eAlN3YN8EFkW7Z4KfRr1TN1/ BxLr2XVE+EMV7Ffl/YOqB6Tye9nraDxIUoLFbMu+HzNTwi7nbm1kCXfLqoKvbnY+L/UzoV FzY6A68YQQf4wVAN+CJ0pUeR52fjWzrKw9J5rjt7slpZe6e9jifo9st/AHbl/fzD7o9q+K W5FlGViAT92FpvX2mtT0eZf2J7fplHINl2c4VL34oc0XCzCVZBh43TuF1Xj2Mw== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 4/5] update.sh: Remove pakfire.log file as it is not used Date: Sat, 28 Jun 2025 15:48:52 +0200 Message-ID: <20250628134853.3312365-4-adolf.belka@ipfire.org> In-Reply-To: <20250628134853.3312365-1-adolf.belka@ipfire.org> References: <20250628134853.3312365-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 Signed-off-by: Adolf Belka --- config/rootfiles/core/196/update.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/rootfiles/core/196/update.sh b/config/rootfiles/core/196/update.sh index 3b2485f9c..ac5e5baac 100644 --- a/config/rootfiles/core/196/update.sh +++ b/config/rootfiles/core/196/update.sh @@ -92,7 +92,8 @@ rm -rfv \ /usr/bin/genisoimage \ /usr/bin/mkhybrid \ /usr/lib/librols.so.* \ - /usr/lib/libusual.so.* + /usr/lib/libusual.so.* \ + /var/log/pakfire.log # Extract files extract_files